# S4 method for sfc_base
sfc_grob(p)# S4 method for sfc_sequence
sfc_grob(
p,
bases = NULL,
extend = FALSE,
title = FALSE,
closed = FALSE,
lwd = 4,
col = NULL,
...
)
# S3 method for sfc_sequence
plot(
x,
bases = NULL,
grid = FALSE,
extend = FALSE,
title = FALSE,
closed = FALSE,
...
)
# S4 method for sfc_nxn
sfc_grob(
p,
bases = p@rules@bases,
extend = FALSE,
title = FALSE,
closed = FALSE,
...
)
# S3 method for sfc_nxn
plot(x, grid = FALSE, extend = FALSE, title = FALSE, closed = FALSE, ...)
# S4 method for matrix
sfc_grob(p, title = NULL, closed = FALSE, lwd = 4, col = NULL, ...)