jaspObject.RdThe parent class of all jaspObjects.
new()Do not create an instance of a jaspObject (it will throw an error).
jaspObjR$new()
print()print a jaspObject. Note that `print(jaspObj)` calls `jaspObj$print()`
jaspObjR$print()
dependOn()Specify dependencies for a jaspObject
jaspObjR$dependOn( options = NULL, optionsFromObject = NULL, optionContainsValue = NULL )
optionsstring, the name of an option, e.g., `"variables"`.
optionsFromObjectjaspObject, copy the dependencies from another jaspObject.
optionContainsValuenamed list, the name corresponds to an option and the value corresponds to whatever this options should contain, e.g., `list(variables = "contNormal")`