example_data: Example data for make_object

Description Usage Format data types Source See Also Examples

Description

Test data for creating climindvis objects using the function make_object. The data contains daily values of tmin,tmax and prec data for 1981-2010.

Usage

1
data("data type")

Format

A list with 7 elements:

data types

Source

artificial datasets based on SENAMHI station data www.senamhi.gob.pe and ECMWF seasonal forecast data www.ecmwf.int

See Also

Other data_examples: example_climindvis_objects

Examples

1
2
3
4
5
## To use the example data you first have to load it using data()
data(data_grid)

# use example data to make climindvis object:
make_object(tmin=data_grid$tmin,dates_tmin=data_grid$time,lon=data_grid$lon,lat=data_grid$lat,data_info=data_grid$data_info)

Climandes/ClimIndVis documentation built on Oct. 24, 2021, 10:52 a.m.