create_point_map: Create a map of ogawa forest plot with points

View source: R/plotmap.r

create_point_mapR Documentation

Create a map of ogawa forest plot with points

Description

Create a map of ogawa forest plot with points

Usage

create_point_map(
  x,
  y,
  adds_sq_legend = TRUE,
  draws_1_2ha = TRUE,
  contour = FALSE,
  col = rgb(1, 0, 0, 0.5),
  ...
)

Arguments

x

x coordinates.

y

y coordinates.

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

...

graphic parameters passed to rect to draw quadrats.


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