View source: R/ExportProfiles.R
ExportProfiles | R Documentation |
Exports cross shore profiles as csv files to a specified local directory.
ExportProfiles(
dat = NA,
wave_dat = NA,
erosion = NA,
mean_high_water = NA,
total_wsl_adj = NA,
TrimOnshoreDist = NA,
path_output = NA,
export_csv = TRUE
)
dat |
A sf and data frame of cross-profiles returned from ExtractVeg. |
wave_dat |
A sf and data frame of cross-profiles returned from WaveModel. |
erosion |
Erosion summaries returned from ErosionTransectsUtil. |
mean_high_water |
Mean high water elevation above the chart datum. |
total_wsl_adj |
Total water surface level above the chart datum. Recall that the chart datum and TopoBathy DEM are referenced to have 0 at low water. It is therefore suggested to set this value at the mean sea level above chart datum or a specific tidal elevation of interest. |
TrimOnshoreDist |
Numeric, option distance onshore to trim profile in meters. |
path_output |
Output directory to save cross-shore profiles. |
export_csv |
Should cross shore profiles be exported. |
Cross-shore profiles are exported and save as csv to a directory.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.