The whole sample frame is denoted by a matrix (nrow * ncol
) in the
plane just for convenience, and the points being sampled are marked out (by
red circles by default). Each member of the population has an equal and known
chance of being selected.
sample.simple(
nrow = 10,
ncol = 10,
size = 15,
p.col = c("blue", "red"),
p.cex = c(1, 3)
)
the desired number of rows of the sample frame.
the desired number of columns of the sample frame.
the sample size.
different colors /magnification rate to annotate the population and the sample
None (invisible NULL
).
Examples at https://yihui.org/animation/example/sample-simple/
sample
, sample.ratio
,
sample.cluster
, sample.strat
,
sample.system