get_data: Exemplary function output from 'get_data_from_Robj'

Description Usage Format See Also Examples

Description

this data file consists of the function output from get_data_from_Robj stemming from the data of ‘sample_snow_data

Usage

1
data("get_data")

Format

The format is:

List of 4
$ snow_data :List of 36
..$ 101:List of 2
.. ..$ meta:'data.frame': 1 obs. of 4 variables:
.. .. ..$ stnr: num 101
.. .. ..$ lon : num 14.3
.. .. ..$ lat : num 46.6
.. .. ..$ alt : num 436
.. ..$ data:'data.frame': 63 obs. of 5 variables:
.. .. ..$ year : Factor w/ 63 levels "1950","1951", ...
.. .. ..$ sd : num [1:63] 34 108 29 50 43 19 27 49 16 23 ...
.. .. ..$ swe : num [1:63] 80.8 154.9 60.7 78.9 66.7 ...
.. .. ..$ date.sd : Factor w/ 63 levels "1951-02-05","1952-02-15", ...
.. .. ..$ date.swe: Factor w/ 63 levels "1951-02-05","1952-02-15", ...
.. .. ..- attr(*, "na.action")=Class 'omit' Named int 64
.. .. .. .. ..- attr(*, "names")= chr "64"
[... ...]

$ sd_max_data : num [1:36, 1:68] NA NA NA 24 NA NA NA NA NA 40 ...
..- attr(*, "dimnames")=List of 2
.. ..$ : chr [1:36] "101" "102" "103" "104" ...
.. ..$ : chr [1:68] "1948" "1949" "1950" "1951" ...

$ swe_max_data: num [1:36, 1:68] NA NA NA 33 NA ...
..- attr(*, "dimnames")=List of 2
.. ..$ : chr [1:36] "101" "102" "103" "104" ...
.. ..$ : chr [1:68] "1948" "1949" "1950" "1951" ...

$ covariables : num [1:36, 1:6] 14.3 14.9 14.8 13.9 14.4 ...
..- attr(*, "dimnames")=List of 2
.. ..$ : chr [1:36] "101" "102" "103" "104" ...
.. ..$ : chr [1:6] "lon" "lat" "alt" "mdday" ...

See Also

sd_m_select’, ‘swe_m_select

Examples

1
get_data = get(data("get_data"))

SpatialModelsZAMG documentation built on Nov. 11, 2019, 3 p.m.