| sl.plot.end | R Documentation |
Finish a spheRlab plot.
sl.plot.end(plot.init.res, line.border = TRUE, col.border = "black", precision = 1, lwd.border = 1, lty.border = 1, do.close.device = TRUE)
plot.init.res |
a spheRlab plot specifics list as returned by |
line.border |
a logical value indicating whether or not to draw lines along the plot boundaries. |
col.border |
the colour of the plot boundary lines. |
precision |
a scalar specifying for curved boundaries the precision (in degrees) at which these are broken into straight line segments. |
lwd.border |
a scalar specifying the line width of the boundaries. |
lty.border |
the line type of the boundaries. |
do.close.device |
a logical value specifying whether to call |
Instead of using this function, a plot initialised by sl.plot.init or any variant thereof could also simply be closed using dev.off. However, sl.plot.end allows one to draw plot boundary lines in an automated way before dev.off is called by sl.plot.end.
For a plot initialised with sl.plot.platon.init, use sl.plot.platon.end instead of this function.
Helge Goessling
sl.plot.init, sl.plot.platon.end
## To be provided ...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.