jaspPlot.RdA jaspObject to show plots
createJaspPlot( plot = NULL, title = "", width = 320, height = 320, aspectRatio = 0, error = NULL, dependencies = NULL, position = NULL )
| plot | either an object that can be drawn with |
|---|---|
| title | String, title of the jaspPlot |
| width | Numeric, width of the figure |
| height | Numeric, height of the figure |
| aspectRatio, | Numeric, the ratio of width to height |
| dependencies | see [`jaspOutputObjR$position()`][jaspOutputObjR] |
| position | see [`jaspOutputObjR$position()`][jaspOutputObjR] |
| info | String. |
| jaspObject | Do not use. |
jaspResults::jaspObjR -> jaspResults::jaspOutputObjR -> jaspPlotR
aspectRatio, numeric, the ratio of width to height
plotObjectR object or NULL, the plotObject
aspectRatio, numeric, the ratio of width to height
widthof the figure
heightof the figure
statusof the jaspObject
new()Create a new jaspPlot object, however, createJaspPlot is preferred.
jaspPlotR$new( plot = NULL, title = "", width = 320, height = 320, aspectRatio = 0, error = NULL, dependencies = NULL, position = NULL, info = NULL, jaspObject = NULL )
ploteither an object that can be drawn with plot (e.g., a ggplot2 or qgraph object) or a function that draws a plot (e.g., for base graphics)
titleString, title of the jaspPlot
widthNumeric, width of the figure
heightNumeric, height of the figure
aspectRatio, Numeric, the ratio of width to height
dependenciessee [`jaspOutputObjR$position()`][jaspOutputObjR]
positionsee [`jaspOutputObjR$position()`][jaspOutputObjR]
infoString.
jaspObjectDo not use.