Description Usage Arguments Details Value Examples
View source: R/mw_read_streamlines.R
Read streamlines from *.iff file.
1 | mw_read_streamlines(fname)
|
fname |
Filename (character) |
Resulting dataframe is grouped by streamline number (SL_NR)
tibble with the following variables (columns):
SL_NR: Streamline number (integer)
X: x-coordinate (numeric)
Y: y-coordinate (numeric)
Z: Z-coordinate (numeric)
TIME: Time, days (numeric)
DIST: Distance traveled since t=0 (meters) (numeric)
1 2 | fname <- system.file("extdata","streamlines.iff",package="mipwelcona")
strm_lns <- mw_read_streamlines(fname)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.