Check out my groups!
https://github.com/TestTheTests
https://github.com/RCN-ECS
https://github.com/ModelValidationProgram
-
Northeastern University Marine Science Center
- https://sites.google.com/site/katielotterhos/home
Highlights
- Pro
Pinned Loading
-
-
-
Easy code for installing packages in...
Easy code for installing packages in R (if not installed) and calling their libraries 12packages_needed <- c("raster", "FNN", "RColorBrewer", "colorRamps", "adehabitatLT",
3"data.table", "tidyverse", "fields", "ggplot2", "hexbin",
4"rgdal", "tmap", "gstat", "sp", "maptools", "sf", "fasterize",
5"fansi", "raster", "tmap", "gstat", "ContourFunctions","ash"
-
ModelValidationProgram/EasternOysterEnvData
ModelValidationProgram/EasternOysterEnvData PublicRich Text Format
-
GGplot theme Lotterhos
GGplot theme Lotterhos 1ggtheme <- theme_bw() + theme(panel.grid.major = element_blank(), panel.grid.minor = element_blank(), panel.background = element_blank(), panel.border=element_blank(), axis.line = element_line(colour="grey30"), axis.title = element_text(colour="grey20"), axis.text = (element_text(colour="grey30")), legend.title = element_text(colour="grey20"), legend.text = element_text(colour="grey30"))
23to use it, just use:
45ggplot(data) + geom_point(aes(x=x, y=y)) + ggtheme
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.