pkgdown/custom.css

Skip to contents pkgdown/home.html

A fct function

Usage

plot_signal(
  data,
  Species = NULL,
  Genus = NULL,
  Family = NULL,
  Type = NULL,
  Metric = "mean",
  Band = NULL,
  facet_by = "band",
  slcted_id = NULL,
  show_Labels = FALSE,
  title = NULL
)

Arguments

data

tibble or dataframe of long data format for labels

Species

chr. Specifying the species you want to filter

Genus

chr. Specifying the genus you want to filter

Family

chr. Specifying the family(ies) you want to filter

Type

chr. Specifying the type(s) you want to filter

Metric

chr. Specifying the metric(s) you want to filter. By defaut 'mean'

Band

chr. Specifying the bande(s) you want to filter

facet_by

chr. Facetting by a variable. By defaut 'band'

slcted_id

num. Highlighting an id

show_Labels

logical. When TRUE, it shows the phenophase labels on the plot.

title

chr. The title of the plot

Value

return a ggplot

pkgdown/footer.html