The Legend of LoFi
Minor Change
- Update
vis_cor()
to use perceptually uniform colours fromscico
package, usingscico::scico(3, palette = "vik")
. - Update
vis_cor()
to have fixed legend values from -1 to +1 (#110) using optionsbreaks
andlimits
. Special thanks to this SO thread for the answer - Uses
glue
andglue_collapse()
instead ofpaste
andpaste0
- adds WORDLIST for spelling thanks to
usethis::use_spell_check()