Description Usage Arguments Details Value
View source: R/systematicDesign.R
systematicDesign
replaces a function of the same name from the package SSN. This version of the function can be used with generateSites
.
1 2 | systematicDesign(spacing, replications = 1, rep.variable = "Time",
rep.values)
|
spacing |
A numeric vector having length 1 or the same length as the number of networks. This represents the desired spacing for the regular grid of points. |
replications |
The number of replications of each point. |
rep.variable |
The name of the variable that will distinguish between the replicated points. |
rep.values |
The values that will be given to the variable named |
This function was written to deal with errors resulting in the systematicDesign
function from the package SSN when it was used with SpatialStreamNetworks built from real spatial data. It is back-compatible with the createSSN
function from SSN.
Result not seen by user.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.