spatstat.options
From spatstat v1.9-1
by Adrian Baddeley
Internal Options in Spatstat Package
Allows the user to examine and reset the values
of global parameters which control actions in the
- Keywords
- spatial
Usage
spatstat.options(...)
Arguments
- ...
- Either empty,
or a succession of parameter names in quotes,
or a succession of
name=value
pairs. See below for the parameter names.
Details
This function is analogous to options
and calls the utility function check.options
.
If no arguments are given, the current values of all parameters are returned.
If a succession of parameter names is given,
the current values of these parameters are returned.
If name=value
pairs are given, the named parameters
are reset to the given values, and the previous values of
these parameters are returned.
The parameters are: [object Object],[object Object],[object Object],[object Object]
Value
- A list of parameters and their values.
See Also
Examples
spatstat.options(npixel=150)
spatstat.options(npixel=c(100,200))
spatstat.options(par.binary=list(col=grey(c(0.5,1))))
spatstat.options(par.persp=list(theta=-30,phi=40,d=4))
# see help(persp.default) for other options
Community examples
Looks like there are no examples yet.