SaveVegFracs: Save the yearly series of veg type fractions

Description Usage Arguments Value Author(s) Examples

View source: R/SaveVegFracs.R

Description

Save the yearly series of veg type fractions in a text file.

Usage

1
SaveVegFracs(vegChanges, outFile)

Arguments

vegChanges

A five-item list returned by VegTypeChanges()

outFile

the file name and path of the output file

Value

Returns TRUE.

Author(s)

Dave Conklin

Examples

1
2
3
4
5
6
7
## The function is currently defined as
function (vegChanges, outFile) 
{
    startYear = vegChanges[[2]][1]
    SaveMatrix(startYear, vegChanges[[4]], outFile)
    return(TRUE)
  }

MC2toPath documentation built on May 2, 2019, 6:35 a.m.