create_quadrat_map | R Documentation |
Create a map of ogawa forest plot with colored quadrats
create_quadrat_map(
Q,
adds_sq_legend = TRUE,
draws_1_2ha = TRUE,
contour = FALSE,
col = rgb(1, 0, 0, 0.5),
type = c("rect", "point"),
jitter = FALSE,
...
)
Q |
quadrat codes to be filled. |
adds_sq_legend |
if TRUE, adds an legend for sub-quadrats. |
draws_1_2ha |
if TRUE, draws the 1.2ha core plot region. |
contour |
if TRUE, draw contour. |
col |
fill color(s). |
type |
= c("rect", "point") if "rect", draws filled rectangular for each quadrat. If "point", draws points for each quadrat. |
jitter |
if TRUE, add jitter for coordinates of overlapping points. Ignored when type is "rect". |
... |
graphic parameters passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.