View source: R/write_functions.R
write.Rpath | R Documentation |
Outputs basic parameters or mortalities to a .csv file.
write.Rpath(x, file = NA, morts = F)
x |
Rpath model created by the ecopath() function. |
file |
file name for resultant file. Need to specify ".csv" or ".RData". |
morts |
Logical value whether to output basic parameters or mortalities. |
Writes a .csv file with the basic parameters or mortalities from an Rpath object.
Other Rpath functions:
MTI()
,
adjust.forcing()
,
check.rpath.params()
,
create.rpath.params()
,
extract.node()
,
frate.table()
,
read.rpath.params()
,
rpath()
,
rpath.groups()
,
rpath.stanzas()
,
stanzaplot()
,
webplot()
,
write.Rsim()
,
write.rpath.params()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.