Identifying missing trees in the dataset
Eric Leung
Source:vignettes/identifying_missing.Rmd
identifying_missing.RmdThis vignette shows the initial troubleshooting steps that were taken during live data collecting to then notice that a tree was missing from the dataset.
Of course, this is not a problem with the data now in the package, but this will demonstrate what it did look like at the time of data collection, and how we identified the issue.
sessionInfo()
#> R version 4.6.0 (2026-04-24)
#> Platform: x86_64-pc-linux-gnu
#> Running under: Ubuntu 24.04.4 LTS
#>
#> Matrix products: default
#> BLAS: /usr/lib/x86_64-linux-gnu/openblas-pthread/libblas.so.3
#> LAPACK: /usr/lib/x86_64-linux-gnu/openblas-pthread/libopenblasp-r0.3.26.so; LAPACK version 3.12.0
#>
#> locale:
#> [1] LC_CTYPE=C.UTF-8 LC_NUMERIC=C LC_TIME=C.UTF-8
#> [4] LC_COLLATE=C.UTF-8 LC_MONETARY=C.UTF-8 LC_MESSAGES=C.UTF-8
#> [7] LC_PAPER=C.UTF-8 LC_NAME=C LC_ADDRESS=C
#> [10] LC_TELEPHONE=C LC_MEASUREMENT=C.UTF-8 LC_IDENTIFICATION=C
#>
#> time zone: UTC
#> tzcode source: system (glibc)
#>
#> attached base packages:
#> [1] stats graphics grDevices utils datasets methods base
#>
#> other attached packages:
#> [1] bbggplots_0.0.0.9000
#>
#> loaded via a namespace (and not attached):
#> [1] vctrs_0.7.3 cli_3.6.6 knitr_1.51 rlang_1.2.0
#> [5] xfun_0.57 generics_0.1.4 S7_0.2.2 textshaping_1.0.5
#> [9] jsonlite_2.0.0 glue_1.8.1 htmltools_0.5.9 ragg_1.5.2
#> [13] sass_0.4.10 scales_1.4.0 rmarkdown_2.31 grid_4.6.0
#> [17] tibble_3.3.1 evaluate_1.0.5 jquerylib_0.1.4 fastmap_1.2.0
#> [21] yaml_2.3.12 lifecycle_1.0.5 compiler_4.6.0 dplyr_1.2.1
#> [25] RColorBrewer_1.1-3 fs_2.1.0 pkgconfig_2.0.3 farver_2.1.2
#> [29] systemfonts_1.3.2 digest_0.6.39 R6_2.6.1 tidyselect_1.2.1
#> [33] pillar_1.11.1 magrittr_2.0.5 bslib_0.10.0 tools_4.6.0
#> [37] gtable_0.3.6 pkgdown_2.2.0 ggplot2_4.0.3 cachem_1.1.0
#> [41] desc_1.4.3