R.sample1 {NCSampling} | R Documentation |
Random sample.
Description
Selects random sample in a single stratum.
Usage
R.sample1(popfile, nrefs)
Arguments
popfile |
dataframe containing information on all plots in the stratum. |
nrefs |
vector containing the required sample size of the stratum. |
Details
A random sample of virtual plots is selected from the candidate set in the stratum of interest.
Value
A list with components:-
popfile |
population file - dataframe, as above, with plot type of reference plots set to 'R' |
Author(s)
G. Melville
See Also
Examples
## R.sample1(popfile, nrefs)
[Package NCSampling version 1.0 Index]