read_pd | R Documentation |
Read PD
read_pd( filename, species, maindir = "Digitising FF trapping plots/", id, param_df, ... )
filename |
Name of the file without extension as specified in the |
species |
"Cc", "Bd", or "Bz" |
maindir |
A main directory containing subdirectories for each species |
id |
Number of a row from the table/data_summary.ods file.
Can be used instead of |
param_df |
A path to the file with metadata (e.g., "table/data_summary.ods") |
... |
Additional arguments for |
A data.frame with four columns: time, value, lat, and lon. It additionally contains several hidden attributes: xlab, ylab, and location.
## Not run: maindir <- "../corvus_dynamic_outputs/Digitising FF trapping plots/" filename <- "Bjelis_2007_1"; species <- "Cc" x <- read_pd(filename, species, maindir) y <- read_pd(maindir = maindir, id = 3) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.