Learn R Programming

SDMPlay (version 2.0)

depth_SO: Environmental descriptor example (depth, Southern Ocean)

Description

Depth layer at the scale of the Southern Ocean at 0.1<U+00B0> resolution

Usage

data("depth_SO")

Arguments

Format

RasterLayer. Grid: nrow= 350, ncol= 3600, ncells= 1260000 pixels. Spatial resolution: 0.1. Spatial extent: -180, 180, -80, -45 (longmin, longmax, latmin, latmax); Crs : +proj=longlat +datum=WGS84 +no_defs +ellps=WGS84 +towgs84=0,0,0. Origin=0

Examples

Run this code
# NOT RUN {
library(raster)
data("depth_SO")
data("ice_cover_mean_SO")
data("seafloor_temp_2005_2012_mean_SO")
predictors_stack_SO <- raster::stack(depth_SO,ice_cover_mean_SO,seafloor_temp_2005_2012_mean_SO)
names(predictors_stack_SO)<-c("depth","ice_cover_mean","seafloor_temp_mean")
predictors_stack_SO
# }

Run the code above in your browser using DataLab