profile3D {cholera} | R Documentation |
3D Profile.
Description
3D Profile.
Usage
profile3D(pump.select = NULL, pump.subset = NULL, vestry = FALSE,
drop.neg.subset = FALSE, multi.core = TRUE)
Arguments
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. |
Examples
## Not run:
profile3D(pump.select = 6:7)
profile3D(pump.subset = -7)
profile3D(pump.subset = -7, drop.neg.subset = TRUE)
## End(Not run)
[Package cholera version 0.8.0 Index]