Usage
STARbar(object, ...)
## S3 method for class 'plant3dlist':
STARbar(object, quiet = FALSE, ...)
## S3 method for class 'plant3d':
STARbar(object, method = c("gridtracer", "exact", "QuasiMC",
"slowquasimc"), integration = c("Turtlesky", "Yplant", "Turtle244"),
progressbar = TRUE, returnldr = FALSE, quiet = FALSE, npside = 25,
silhouette = TRUE, azimuth = NA, altitude = NA, ...)Arguments
quiet
If TRUE, prints no progress to the screen.
method
The method to calculate the displayed area. See Details.
integration
The integration method to calculate the average STAR over
the hemisphere. See Details.
progressbar
If TRUE (default), displays a graphical progress bar.
returnldr
If TRUE, returns a dataframe with results per viewing angle.
npside
For method = "gridtracer", the number of grid cells per
side for raytracing.
silhouette
If TRUE, also calculates the 2D convex hull around the
projected plant (see Silhouette). azimuth,altitude
Azimuth and altitude of the viewing direction
(Optional, in Radians).
...
Further arguments are ignored, for now.