Description Usage Arguments Value Author(s) References See Also
View source: R/sample.cluster.R
Each rectangle stands for a cluster, and the simple random sampling without replacement is performed for each cluster. All points in the clusters being sampled will be drawn out.
1 2 3 4 5 6 7 |
pop |
a vector for the size of each cluster in the population. |
size |
the number of clusters to be drawn out. |
p.col, p.cex |
different colors / magnification rate to annotate the population and the sample |
... |
other arguments passed to |
None (invisible NULL
).
Yihui Xie
Examples at https://yihui.org/animation/example/sample-cluster/
sample
, sample.simple
,
sample.ratio
, sample.strat
,
sample.system
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.