stratas_old: Area of old strata

Description Format Author(s) Source

Description

Name, area size and central coordinate position of old strata of the Icelandic groundfish survey.

Format

dataframe

Author(s)

Hoskuldur Bjornsson (hoski@hafro.is)

Source

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)


einarhjorleifsson/smx documentation built on May 16, 2019, 1:31 a.m.