Allow autoplotting the column elev.

elev(elev)

Arguments

elev

A ForestGEO-like elevation list or its col dataframe (with the column elev).

Value

An S3 object of class 'elev'.

See also

autoplot.elev().

Other plot functions: autoplot.fgeo_habitat(), autoplot.sp_elev(), autoplot_by_species.sp_elev(), plot_dbh_bubbles_by_quadrat(), plot_tag_status_by_subquadrat(), sp_elev(), sp()

Other autoplots: autoplot.fgeo_habitat(), autoplot.sp_elev(), sp_elev(), sp()

Other functions to construct fgeo classes: sp_elev(), sp()

Other functions to plot elevation: autoplot.sp_elev(), autoplot_by_species.sp_elev(), sp_elev()

Examples

assert_is_installed("fgeo.x")

inherits(elev(fgeo.x::elevation), "elev")
#> [1] TRUE
inherits(elev(fgeo.x::elevation$col), "elev")
#> [1] TRUE