Fixes the rounding error in the PCA component summary due to premature rounding to two decimal places (The optimal number of components is 19 and they explain 50.364 % of the variation.)
Removes a deprecation warning from melt
Replaces data.table with read_tsv to match everywhere else.
Simplifies the loading of the PCA, so I can calculate the components without need a full gdal stack installed.
Fixes the error in the scree plot filename (no extension)
Removes some unused code.
...and as a bonus, tidies up the whitespace in requirements.R
This PR:
melt
...and as a bonus, tidies up the whitespace in requirements.R