getR: Get crown radius of a plant

Description Usage Arguments Details Value Author(s) See Also

View source: R/getR.R

Description

Calculates the crown radius of a plant, given the x,y,z coordinates of the leaves. See Details. Typically not invoked by user, but used by summary.plant3d to estimate crown width.

Usage

1
getR(xyz)

Arguments

xyz

A matrix or dataframe of xyz coordinates.

Details

The crown radius is the distance from the centre of the plant to the furthest leaf in that direction. This distance is found for four directions (corresponding to the four quadrants). The centre of the plant is found from the average x,y coordinate (and may thus differ from the 'stem' location).

Value

Returns only the mean crown radius of the four quadrants.

Author(s)

Remko Duursma

See Also

summary.plant3d,crownhull,Silhouette


YplantQMC documentation built on May 29, 2017, 7:02 p.m.

Related to getR in YplantQMC...