Description Usage Arguments Examples
Cluster
1 2 3 |
nij |
symbols per size |
age |
vector of sizes, default c(2,1.4,1,0.7,0.5) |
delta |
standardized mean difference |
colo |
vector of extreme colors in both clusters, default c("blue","lightblue","darkgreen","green") |
icon |
symbol as a matrix |
seed |
for random number generator |
... |
input to function lines |
1 2 3 4 5 6 7 8 9 10 | ## Not run:
Cluster(delta=1.5)
Cluster(7,c(1.41,1.3,1.21,1.13,1.06,1,0.95,0.91),1)
Cluster(icon=5*fir)
Cluster(icon=3*worm,colo=c("lightgrey","white","lightgray","cyan"))
Cluster(icon=5*flower,colo=c("blue","lightblue","red","pink"))
Cluster(7,c(1.41,1.3,1.21,1.13,1.06,1,0.95,0.91),2, icon=5*man,colo=c("blue","lightblue","red","white"))
Cluster(icon=5*bike,colo="no",col="blue",lwd=3)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.