Learn R Programming

MetGen (version 0.5)

myclimatic_data: climatic data

Description

A synthetic climatic data that contains time series, geographical coordinates and different climatic variables for a subdaily resolution. Each row corresponds for a time step, and each time is available for a site.

Usage

myclimatic_data

Arguments

Format

A data frame with 4320 observations on the following 6 variables.

dates

a chron object to define time steps

JD

a numeric vector sepcifying julian days

coord.x

a numeric vector to define the x coodinates of different sites

coord.y

a numeric vector to define the y coodinates of different sites

temp

a numeric vector for a climatic variable (temperature)

Rh

a numeric vector for a climatic variable (relative humidity)