README.md

plotthis

The goal of 'plotthis' is to wrap up some frequently used ggplot functions

Installation

Please install from github:

devtools::install_github("liuyanguu/plotthis")

Example

This is a basic example which shows you how to solve a common problem:

library(plotthis)

scatter.plot.simple(data = datam1_terra, x = "col_water_cm", y = "Column_WV")

scatter.plot.diagonal(data = datam1_terra, x = "col_water_cm", y = "Column_WV", add_abline = T)



liuyanguu/plotthis documentation built on Nov. 4, 2019, 4:35 p.m.