# S3 method for list
fgeo_topography(elev, gridsize, edgecorrect = TRUE, ...)
Value
A dataframe of subclass fgeo_topography.
Arguments
elev
One of these:
A dataframe containing elevation data, with columns gx, gy, and
elev, or x, y, and elev (e.g. fgeo.x::elevation$col).
A ForestGEO-like elevation list with elements xdim and ydim giving
plot dimensions, and element col containing a dataframe as described in
the previous item (e.g. fgeo.x::elevation).
...
Other arguments passed to methods.
gridsize
Number giving the size of each quadrat for which a habitat
is calculated. Commonly, gridsize = 20.
xdim, ydim
(Required if elev is a dataframe) x and y
dimensions of the plot.
edgecorrect
Correct convexity in edge quadrats?
Acknowledgment
Thanks to Jian Zhang for reporting a bug (issue 59).
Author
This function wraps code by Richard Condit.
See Also
fgeo_habitat().
Other habitat functions:
fgeo_habitat(),
tt_test()
Other functions to construct fgeo classes:
fgeo_habitat()