This dataset can be downloaded directly from http://bit.ly/fgeo-data-luquillo-elevation.

luquillo_elevation

Format

An object of class list of length 4.

See also

Examples

str(luquillo_elevation, , give.attr = FALSE)
#> List of 4 #> $ col :Classes 'tbl_df', 'tbl' and 'data.frame': 6565 obs. of 3 variables: #> ..$ x : int [1:6565] 0 0 0 0 0 0 0 0 0 0 ... #> ..$ y : int [1:6565] 0 5 10 15 20 25 30 35 40 45 ... #> ..$ elev: num [1:6565] 364 364 363 363 363 ... #> $ mat : num [1:101, 1:65] 364 364 363 363 363 ... #> $ xdim: int 320 #> $ ydim: int 500
sapply(luquillo_elevation, class)
#> $col #> [1] "tbl_df" "tbl" "data.frame" #> #> $mat #> [1] "matrix" #> #> $xdim #> [1] "integer" #> #> $ydim #> [1] "integer" #>
str(luquillo_elevation$col, give.attr = FALSE)
#> Classes 'tbl_df', 'tbl' and 'data.frame': 6565 obs. of 3 variables: #> $ x : int 0 0 0 0 0 0 0 0 0 0 ... #> $ y : int 0 5 10 15 20 25 30 35 40 45 ... #> $ elev: num 364 364 363 363 363 ...