View source: R/mod07_add_hedgerows.R
add_hedgerows | R Documentation |
This function adds hedgerow data to the basemap. As opposed to the other basemap processing functions that extract information into existing polygons, this function creates new geometries within the basemap. Data input for hedgerows must be linear features.
add_hedgerows(
mm = parent.frame()$mm,
studyAreaBuffer = parent.frame()$studyAreaBuffer,
projectLog = parent.frame()$projectLog
)
mm |
The mm object loaded in the environment, can be at various stages of updating. |
studyAreaBuffer |
The buffered study area generated during mod01 or reloaded when resuming a session. |
projectLog |
The RDS project log file generated by the wizard app and containing all file paths to data inputs and model parameters |
Saves a project_title_MM_07.RDS file to project folder
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.