import_Wdata | R Documentation |
Imports data regarding occurrence of wood from files under path (path>1 directory=1 event>all logs of the event)
import_Wdata(path, site = path, min_length = NA, sample_length = FALSE)
path |
the path towards the events directory |
site |
the name of the site considered |
min_length |
the minimum length for a wood piece to be included in the dataset. Defaults to NA (no filtering). |
sample_length |
whether to sample the wood pieces with no length provided, according to the proportion of pieces with Length>min_length. Defaults to FALSE. |
Wdata
Wdata=import_Wdata("data-raw/wood_data_Ain", site="Ain") Wdata=import_Wdata("data-raw/wood_data_Allier", site="Allier", min_length=1, sample_length=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.