Description Usage Arguments Value References
View source: R/evolveGRTSOverTime.R
This function takes a SpatialStreamNetwork
object with temporally replicated sites and returns a GRTS design that evolves over time.
The 'master sample' approach was described by Larsen et al. (2008). It exploits the fact that ordered subsets of GRTS designs are themselves GRTS designs in order to sequentially construct GRTS designs.
1 | evolveGRTSOverTime(ssn, num.sites, rep.variable)
|
ssn |
A |
num.sites |
A numeric vector. This vector can contain a single element or as many elements as there are temporal steps in the |
rep.variable |
A string being the variable on which the temporal replicates are defined |
A list which indicates the design for each timestep. The designs are given in lists with two named elements: by.locID
, where the sites are given by their locID values; by.pid
, where the sites are given by their pid values.
Larsen, D.P., Olsen, A.R., and Stevens, D.L. (2008). Using a Master Sample to Integrate Stream Monitoring Programs. Journal of Agricultural, Biological and Environmental Statistics, 13(3), 243-254.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.