| sp_elev | R Documentation |
sp and elev.Allow autoplotting the columns sp and elev.
sp_elev(sp, elev = NULL)
sp |
A ForestGEO-like dataframe with the column |
elev |
A ForestGEO-like elevation list or its |
An S3 object of class 'sp_elev'.
autoplot.sp_elev().
Other plot functions:
autoplot.fgeo_habitat(),
autoplot.sp_elev(),
autoplot_by_species.sp_elev(),
elev(),
plot_dbh_bubbles_by_quadrat(),
plot_tag_status_by_subquadrat(),
sp()
Other autoplots:
autoplot.fgeo_habitat(),
autoplot.sp_elev(),
elev(),
sp()
Other functions to construct fgeo classes:
elev(),
sp()
Other functions to plot elevation:
autoplot.sp_elev(),
autoplot_by_species.sp_elev(),
elev()
Other functions to plot species:
autoplot.sp_elev(),
autoplot_by_species.sp_elev(),
sp()
assert_is_installed("fgeo.x")
species_from_luquillo <- fgeo.x::stem5
elevation_from_luquillo <- fgeo.x::elevation
species_elevation <- sp_elev(species_from_luquillo, elevation_from_luquillo)
inherits(species_elevation, "sp_elev")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.