tokens-class {RGeoS} | R Documentation |
This class contains the definition of a set of tokens to be simulated by the Boolean Simulation method. For each token, it gives its geometry. For each parameter of this geometry, it provides the center and the radius of the uniform interval where the geometrical parameter must be drawn.
Objects can be created by calls of the form new("tokens", ...)
.
Token Definition
nbtokens
:Object of class "numeric"
Number of tokens
nbparams
:Object of class "numeric"
Total number of parameters describing the geometry
types
:Object of class "numeric"
List of token types
props
:Object of class "numeric"
List of tokens proportions
mean
:Object of class "numeric"
Array of centers for the geometrical parameters
stdev
:Object of class "numeric"
Array of radii for the geometrical parameters
Other functions are available, such as:
tokens.input
Define the tokens
interactively
showClass("tokens")