Outputs basic parameters or mortalities to a .csv file.

write.Rpath(x, file = NA, morts = F)

Arguments

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.

Value

Writes a .csv file with the basic parameters or mortalities from an Rpath object.