View source: R/parseFile.OSCURS.R
parseFile.OSCURS | R Documentation |
Function to parse an OSCURS output trajectory file to a dataframe.
parseFile.OSCURS(fn, verbose = FALSE)
fn |
|
verbose |
|
Parses output text file from OSCURS run. The returned object is a list with elements "dfr" and "track". 'dfr' is a dataframe with each row representing a time and position along the track. "track is a spatial tibble using an sf line geometry class to represent the track.
Requires packages stringr
, tibble
and tmap_tools
.
a list with elements "dfr" and "track". The latter is a spatial tibble using a sf line class to represent the track.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.