sl.plot.platon.end: Finish Platon Plot

View source: R/sl.plot.platon.end.R

sl.plot.platon.endR Documentation

Finish Platon Plot

Description

Finish a Platonian-type body plot.

Usage

sl.plot.platon.end(plot.platon.init.res, corners = TRUE, corners.length = 0.05, adhes.surf = TRUE, outer.boundaries = FALSE, inner.boundaries = FALSE, col.adh = "grey", lty.adh = 1, lwd.adh = 0.5, col.bnd = "grey", lty.bnd = 1, lwd.bnd = 0.5, do.close.device = TRUE)

Arguments

plot.platon.init.res

a spheRlab plot specifics list returned by sl.plot.platon.init.

corners

a logical value indicating whether or not to draw 'corners' for every face.

corners.length

a scalar specifying which fraction of the face edges shall be covered by the corners. Only used if corners=TRUE.

adhes.surf

a logical value indicating whether or not lines that delineate adhesive surfaces shall be drawn.

outer.boundaries

a logical value indicating whether or not the outer boundaries of the face net shall be drawn.

inner.boundaries

a logical value indicating whether or not the inner boundaries of the face net shall be drawn.

col.adh

the line colour of the adhesive surface boundaries. Only used if adhes.surf=TRUE.

lty.adh

the line type of the adhesive surface boundaries. Only used if adhes.surf=TRUE.

lwd.adh

the line width of the adhesive surface boundaries. Only used if adhes.surf=TRUE.

col.bnd

the line colour of the inner and/or outer face net boundaries. Only used if outer.boundaries=TRUE or inner.boundaries=TRUE.

lty.bnd

the line type of the inner and/or outer face net boundaries. Only used if outer.boundaries=TRUE or inner.boundaries=TRUE.

lwd.bnd

the line width of the inner and/or outer face net boundaries. Only used if outer.boundaries=TRUE or inner.boundaries=TRUE.

do.close.device

a logical value specifying whether to call dev.off() to close the corresponding device in the end. Default is do.close.device=TRUE.

Details

Instead of using this function, a plot initialised by sl.plot.platon.init could also simply be closed using dev.off. However, sl.plot.platon.end allows one to draw inner and/or outer boundary lines of the face net, and/or lines delineating adhesive surfaces in an automated way before dev.off is called by sl.plot.platon.end.

Author(s)

Helge Goessling

See Also

sl.plot.platon.init, sl.plot.end

Examples

## To be provided ...

helgegoessling/spheRlab documentation built on March 8, 2024, 7:54 p.m.