spatstat.options
Internal Options in Spatstat Package
Allows the user to examine and reset the values
of global parameters which control actions in the
Usage
spatstat.options(...)
reset.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
The function spatstat.options
allows the user to examine and reset the values
of global parameters which control actions in the
options
.
The function reset.spatstat.options
resets all the
global parameters in
The global parameters of interest to the user are: [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],If no arguments are given, the current values of all parameters are returned, in a list.
If one parameter name is given, the current value of this
parameter is returned (not in a list, just the value).
If several parameter names are given,
the current values of these parameters are returned, in a list.
If name=value
pairs are given, the named parameters
are reset to the given values, and the previous values of
these parameters are returned, in a list.
spatstat.options
but are intended for
software development or testing purposes.
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
}
options
spatstat.options("npixel") 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
# revert
spatstat.options(oldopt)
[object Object],[object Object],[object Object]
Value
- Either a list of parameters and their values, or a single value. See Details.