plot_id {pliman} | R Documentation |
Generate plot IDs with different layouts
Description
Based on a shapefile, number of columns and rows, generate plot IDs with different layouts.
Usage
plot_id(
shapefile,
nrow,
ncol,
layout = c("tblr", "tbrl", "btlr", "btrl", "lrtb", "lrbt", "rltb", "rlbt"),
plot_prefix = "P",
serpentine = FALSE
)
Arguments
shapefile |
An object computed with |
nrow |
The number of columns |
ncol |
The number of rows |
layout |
Character: one of
|
plot_prefix |
The plot_id prefix. Defaults to |
serpentine |
Create a serpentine-based layout? Defaults to |
Value
A vector of plot IDs with specified layout
[Package pliman version 3.0.0 Index]