jaspObject.Rd
The 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 )
options
string, the name of an option, e.g., `"variables"`.
optionsFromObject
jaspObject, copy the dependencies from another jaspObject.
optionContainsValue
named list, the name corresponds to an option and the value corresponds to whatever this options should contain, e.g., `list(variables = "contNormal")`