View source: R/climateSummary.R
climateSummary | R Documentation |
Climate data is summarized based on the variable's mean and standard deviation values for each year and is outputted to a summarized table.
climateSummary(file, startYear, endYear, outdir = dirname(file))
file |
The climate output from ClimateNA as CSV file format |
startYear |
numeric. The first year of the time frame |
endYear |
numeric. The last year of the time frame |
outdir |
character. The output directory for the summary file |
A CSV file consisting of the summary data
Michael Burnett - UBC Faculty of Forestry
## Input a data file consisting of monthly climate data projections from 2000 to 2050 #file <- read.csv('data.csv') #climateSummary(file,2000,2050)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.