View source: R/plot_colour_table.R
plot_colour_table | R Documentation |
This function takes the colour summary table output from click_sample
and produce the colour plot. This allows the user to create the colour plot and experiment with different values of "errors" without needing to classify the map. It does not change the colour table input, but is simply a tool to visually determine which error value should be input into the "raster_reclass" function.
plot_colour_table(colour.table, errors = 0)
colour.table |
Data frame. Output from |
errors |
Integer. Adjust maximum and minimum colour bands by the standard error times this term. |
Plots a colour table
Alistair Auffret and Adam Kimberley
Auffret, A.G., Kimberley, A., et al., 2017, HistMapR: Rapid digitization of historical maps in R, Methods in Ecology and Evolution, doi: 10.1111/2041-210X.12788., Link. GitHub repository.
df.loc <- system.file("data/col.table.csv", package="HistMapR")
col.table <- read.csv(df.loc)
plot_colour_table(col.table, errors = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.