Learn R Programming

RClimMAWGEN (version 1.1)

generation_p1: RClimMAWGEN Example Dataset

Description

This dates contains generation_p1. It is a list object returned by ComprehensiveTemperatureGenerator. See ComprehensiveTemperatureGenerator for a detailed description. Some list elements, irrelevant for RClimMAWGEN examples, were removed from the variable generation_p1 to save disk memory. It contains the following variables:

Usage

data(generation_p1)

Arguments

Format

list

Source

This data set is obtained reducing the output of the function ComprehensiveTemperatureGenerator and can be reproduced through the R script ... This data set is intended for research purposes only, being distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY.

Details

This data set can be regenerated using the R script 'generations.R' in the 'examples' package directory. See the Examples paragraph.

Examples

Run this code
# See file 'generations.R' to see how this dataset is obtained.
f <- system.file("examples/generations.R",package="RClimMAWGEN")
 
## This line is now commented because the elapsed time is too long!! 
## Please uncomment to run this line. 
# source(f) # Not Run

Run the code above in your browser using DataLab