stratas_new: Area of new strata

Description Format Author(s) Source

Description

Name, area size and central coordinate position of new 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/export/u2/reikn/Splus5/HAUSTRALLNewStrata/Stratifiering/.RData". It was copied into package via: attach("/net/hafkaldi/export/u2/reikn/Splus5/HAUSTRALLNewStrata/Stratifiering/.RData") x <- attributes(STRATAS) stratas_new <- dplyr::data_frame(newstrata = 1:45, area = as.numeric(x$area), rall.area = x$rall.area, lon = x$pos$lon, lat = x$pos$lat, .Names = x$names) devtools::use_data(stratas_new)


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