trap_plot | R Documentation |
Trap Plot
trap_plot(df, type = "line")
df |
The output of the |
type |
A type of the output plot. Either "line" or "bar" |
A ggplot object
## Not run: maindir <- "../corvus_dynamic_outputs/Digitising FF trapping plots/" filename <- "Bjelis_2007_1"; species <- "Cc" x <- read_pd(filename, species, maindir) trap_plot(x) trap_plot(x, "bar") trap_plot(x) + ggplot2::labs(title = "Title", x = "X", y = "Y") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.