Silhouette: Calculates the area of the 2D convex hull of a projected...

Description Usage Arguments Note Author(s) See Also Examples

View source: R/Silhouette.R

Description

Calculates the so-called 'silhouette area' of a projected plant. That is, the area of the (convex) outline of a projection of a plant onto a plane.

Usage

1
Silhouette(obj, azimuth = NA, altitude = NA)

Arguments

obj

Either a plant3d object, or a projectedplant3d object.

azimuth, altitude

Viewing azimuth and altitude (ignored if a projected plant is given as input).

Note

Not usually called by the user. Use instead, STARbar and projectplant. For the latter, see the option silhouette=TRUE.

Author(s)

Remko Duursma

See Also

summary.plant3d,STARbar,projectplant

Examples

1
2
# Silhouette returns the area of the 2D convex hull (H), and the coordinates of the 2D hull (xyz):
Silhouette(sugarmaple, altitude=0, azimuth=45)

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