Learn R Programming

Plot ForestGEO data

fgeo.plot helps you to plot ForestGEO data.

Installation

Install the latest stable version of fgeo.plot from CRAN with:

install.packages("fgeo.plot")

Or install the development version of fgeo.plot with:

# install.packages("devtools")
devtools::install_github("forestgeo/fgeo.plot")

Or install all fgeo packages in one step.

Example

library(fgeo.plot)

small_census <- fgeo.x::tree6_3species

autoplot(sp(small_census))
elevation <- fgeo.x::elevation

autoplot(
  sp_elev(small_census, elevation),
  fill = "red", 
  hide_color_legend = TRUE
)

Get started with fgeo

Information

Copy Link

Version

Install

install.packages('fgeo.plot')

Monthly Downloads

250

Version

1.1.11

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Mauro Lepore

Last Published

September 3rd, 2022

Functions in fgeo.plot (1.1.11)

header_dbh_bubbles

Pre-made headers.
autoplot.fgeo_habitat

Plot habitats.
autoplot.sp_elev

Plot species distribution and/or topography.
autoplot_by_species.sp_elev

List plots of species distribution and topography (good for pdf output).
elev

Allow autoplotting the column elev.
header_tag_status

header_tag_status
headers

Pre-made headers.
%>%

Pipe operator
autoplot_by_species

Generic function to create a list of autoplots by species.
fgeo.plot-package

fgeo.plot: Plot ForestGEO Data
sp

Allow autoplotting the column sp.
plot_dbh_bubbles_by_quadrat

List dbh bubble-plots by quadrat (good for .pdf output).
reexports

Objects exported from other packages
plot_tag_status_by_subquadrat

List plots of tree-tag status by subquadrat (good for .pdf output).
sp_elev

Allow autoplotting the columns sp and elev.
themes

Themes.
theme_tag_status

Theme for plot_base_census().
theme_default

Default plot theme.
suffix_match

Suffix a strings where a vector exactly matches one specific string.
theme_dbh_bubbles

Theme for theme_dbh_bubbles().