create_quadrat_map: Create a map of ogawa forest plot with colored quadrats

View source: R/plotmap.r

create_quadrat_mapR Documentation

Create a map of ogawa forest plot with colored quadrats

Description

Create a map of ogawa forest plot with colored quadrats

Usage

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,
  ...
)

Arguments

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 rect to draw quadrats.


Marchen/r_ogawa documentation built on July 5, 2025, 6:29 a.m.