lwc: Length weigth coefficients

Description Format Author(s) Source

Description

A dataframe that contains length-weight coefficients (a and b) for a number of species. Same data as LWCOEFF, the latter being a list.

Format

dataframe

Author(s)

Hoskuldur Bjornsson

Source

The original source is found in "/net/hafkaldi/u2/reikn/Splus5/SMB/.RData". It is copied into this library via: names(LWCOEFF) <- iconv(names(LWCOEFF), "ISO8859-1", "UTF-8") attributes(LWCOEFF$"12") <- NULL lwc <- plyr::ldply(LWCOEFF) names(lwc) <- c("species.id", "a","b") lwc <- lwc tbl_df() mutate(species.id = as.integer(species.id)) filter(!is.na(species.id)) use_data(lwc, overwrite = TRUE)


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