Examples for 'vipor::tukeyTexture'


Generate random positions based on Tukey texture algorithm

Aliases: tukeyTexture

Keywords:

### ** Examples

x<-rnorm(200)
plot(tukeyTexture(x),x)
plot of chunk example-vipor-tukeyTexture-1
x<-1:100
plot(tukeyTexture(x),x)
plot of chunk example-vipor-tukeyTexture-1
plot(tukeyTexture(log10(counties$landArea),TRUE,TRUE),log10(counties$landArea),cex=.25)
plot of chunk example-vipor-tukeyTexture-1

[Package vipor version 0.4.5 Index]