powered by
Internal function that converts the cryptic predictor class names to readable land cover names.
convert_classes(x, by_cover_class = FALSE, pretty = FALSE)
A vector of converted names.
character; vector of land cover variable names to convert.
logical; whether to replace FRAGSTATS cover class name with a name for the cover class as whole.
logical; whether to convert from capital case to title case.
predictors <- c("MCD12Q1_LCCS1_FS_C1_1500_ED", "astwbd_fs_c1_1500_pland", "elev_250m_sd") ebirdst:::convert_classes(predictors, pretty = TRUE)
Run the code above in your browser using DataLab