Description Format Author(s) Source
Name, area size and central coordinate position of old strata of the Icelandic groundfish survey.
dataframe
Hoskuldur Bjornsson (hoski@hafro.is)
The object is created and maintained by Höskuldur Björnsson. The
original source is found in "/net/hafkaldi/u2/reikn/Splus5/SMB/.RData". It
was copied into package via:
attach("~/stasi/Splus5/SMB/GEOMETRY.NEW/.RData")
x <- attributes(STRATAS)
stratas_old <- data_frame(oldstrata = as.integer(x$names),
area = as.numeric(x$area),
rall.area = x$rall.area,
lon = x$pos$lon,
lat = x$pos$lat,
.Names = as.integer(x$.Names))
devtools::use_data(stratas_old)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.