plot_phaenogram: Plot a phenogram

Description Usage Arguments Value Examples

Description

Plot a phenogram

Usage

1
plot_phaenogram(obs, grain = c("monthly", "weekly"))

Arguments

obs

data.frame with observations as returned by (see get_observations)

grain

character; resolution of the pehnogram ('monthly' or 'weekly')

Value

a ggplot object

Examples

1
2
3
df <- get_observations(scientific_name = 'Gonepteryx rhamni', year = 2017)
plot_phaenogram(df)
plot_phaenogram(df, 'weekly')

EDiLD/rartenfinder documentation built on May 18, 2019, 8:11 p.m.