jaspOutputObj.Rd
Super object of jaspObjects that show output. Not to be used directly.
jaspResults::jaspObjR
-> jaspOutputObjR
position
the position of a jaspObject, accepts numeric input
title
the title of a jaspObject, accepts string input
info
the info of a jaspObject, accepts string input
Inherited methods
new()
Do not use.
jaspOutputObjR$new()
printHtml()
print jaspObject as html.
jaspOutputObjR$printHtml()
setError()
set an error on this jaspObject. If this is a container then the message `x` will be shown on the first child that is a plot or table.
jaspOutputObjR$setError(x)
x,
string, error message.
getError()
check whether a jaspObject has an error or not, returns a boolean.
jaspOutputObjR$getError()
addCitation()
set an citation this jaspObject. If this is a container then the citation `x` will also be set on all children.
jaspOutputObjR$addCitation(x)
x,
string, citation.