customLayout (version 0.3.0)

print.OfficerCustomLayout: Print a OfficerCustomLayout object.

Description

Print a OfficerCustomLayout object.

Usage

# S3 method for OfficerCustomLayout
print(x, ...)

Arguments

x

object of class OfficerCustomLayout

...

optional arguments to print or plot methods. Not used here.

See Also

lay_new lay_show phl_layout

Examples

Run this code
# NOT RUN {
lay  <- lay_new(matrix(1:4,nc = 2),widths = c(3, 2),heights = c(2, 1))
lay2 <- lay_new(matrix(1:3))
cl <- lay_bind_col(lay,lay2, widths=c(3,1))
ofl <- phl_layout(cl, innerMargins = rep(0.1,4))
print(ofl)

# }

Run the code above in your browser using DataCamp Workspace