tokens-class {RGeoS}R Documentation

Class "tokens" Tokens Definition

Description

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 from the Class

Objects can be created by calls of the form new("tokens", ...). Token Definition

Slots

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

Methods

show

tokens.print

print

tokens.print

See Also

Other functions are available, such as:

Examples

showClass("tokens")

[Package RGeoS version 9.1.1 Index]