ropensci / allodb

An R package for biomass estimation at extratropical forest plots.
https://docs.ropensci.org/allodb/
GNU General Public License v3.0
36 stars 11 forks source link

Vignette won't knit #162

Closed adamhsparks closed 3 years ago

adamhsparks commented 3 years ago

The colours are improperly specified on line 102, https://github.com/forestgeo/allodb/blob/72465069e09a6cc47a8dcf27d8a6ed81dc1088bd/vignettes/allodb-vignette.Rmd#L101.

plot(
  x = scbi_stem1$dbh,
  y = scbi_stem1$agb,
  col = scbi_stem1$genus,
  xlab = "DBH (cm)",
  ylab = "AGB (kg)"
)
#> Error in plot(x = scbi_stem1$dbh, y = scbi_stem1$agb, col = scbi_stem1$genus, : object 'scbi_stem1' not found

Created on 2021-09-27 by the reprex package (v2.0.1)

maurolepore commented 3 years ago

Thanks! Should now be fixed by #167