plot_record_by_year {forcis} | R Documentation |
Plot sample records by year
Description
This function produces a barplot of FORCIS sample records by year.
Usage
plot_record_by_year(data)
Arguments
data |
a |
Value
A ggplot
object.
Examples
# Import example dataset ----
file_name <- system.file(file.path("extdata", "FORCIS_net_sample.csv"),
package = "forcis")
net_data <- read.csv(file_name)
# Plot data by year (example dataset) ----
plot_record_by_year(net_data)
[Package forcis version 1.0.1 Index]