forestgeo/fgeo.data

Define undefined status

maurolepore opened this issue · 6 comments

library(tidyverse)
library(fgeo.data)

tables <- c("bci_stem6_random", "bci_tree6_random", "bci_vft_random")
tables %>% 
  map(get) %>% 
  set_names(tables) %>% 
  map(select, matches("status")) %>% 
  map(unique) %>% 
  map(pull) %>% 
  map(paste, collapse = ", ")
#> $bci_stem6_random
#> [1] "A, V, D, P, G, AR"
#> 
#> $bci_tree6_random
#> [1] "A, D, P"
#> 
#> $bci_vft_random
#> [1] "alive, broken below, dead, missing"

Created on 2018-04-16 by the reprex package (v0.2.0).

Hi Suzanne (@laosuz),
Here are the values of status of a stem table from BCI. Could you please direct me to the documentation of their meaning?

(I couldn't find them at http://ctfs.si.edu/Public/CTFSRPackage/index.php/web/data_format/tree_data).

#> $bci_stem6_random
#> [1] "A, V, D, P, G, AR"

My interpretation is this:
Alive, I don't know, dead, prior, gone, I don't know.

Closing. Instead, using data from Luquillo.