profile3D | R Documentation |
3D Profile.
profile3D(pump.select = NULL, pump.subset = NULL, vestry = FALSE, drop.neg.subset = FALSE, multi.core = TRUE)
pump.select |
Numeric. Vector of numeric pump IDs to define pump neighborhoods (i.e., the "population"). Negative selection possible. |
pump.subset |
Numeric. Vector of numeric pump IDs to subset from the neighborhoods defined by |
vestry |
Logical. |
drop.neg.subset |
Logical. Drop negative subset selection |
multi.core |
Logical or Numeric. |
## Not run: profile3D(pump.select = 6:7) profile3D(pump.subset = -7) profile3D(pump.subset = -7, drop.neg.subset = TRUE) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.