View source: R/get_seafloor_dim.R
get_seafloor_dim | R Documentation |
Setup seafloor for model run.
get_seafloor_dim(seafloor)
seafloor |
Data.frame with seafloor values |
Returns dimensions, extent, and grain of seafloor data.frame.
list
## Not run:
reef <- matrix(data = c(-1, 0, 0, 1, 1, 0, 0, -1, 0, 0),
ncol = 2, byrow = TRUE)
seafloor <- setup_seafloor(dimensions = c(50, 50), grain = 1,
reef = reef, starting_values = default_starting)
get_seafloor_dim(seafloor = seafloor)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.