to_plot_y: Convert y coordinate within a quadrat to global quadrat...

View source: R/utils.r

to_plot_yR Documentation

Convert y coordinate within a quadrat to global quadrat within the plot

Description

Convert y coordinate within a quadrat to global quadrat within the plot

Usage

to_plot_y(y, Q, Q1, Q2 = NA, SQ1 = NA, SQ2 = NA)

Arguments

y

y coordinate within a quadrat.

Q

vector of quadrat code(s).

Q1

vector of capital alphabet part of quadrat code.

Q2

vector of first numerical part of quadrat code.

SQ1

vector of lower alphabet part of quadrat code.

SQ2

vector of second numerical part of quadrat code.

Value

vector of y coordinates. When y is NA, returns center of the quadrat.


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