README.md

plotmpg

The goal of plotmpg is to provide a function for plotting displ and hwy variable of mpg dataset with different color and facet variable

Installation

You can install the development version of plotmpg from GitHub with:

# install.packages("devtools")
devtools::install_github("shafayetShafee/plotmpg")

Example

This is a basic example which showing the functionality of this one function package:

To plot a scatterplot of displ and hwy with class as facet variable and drv as colour variable, we can do this

library(plotmpg)
plot_mpg("class", "drv")


shafayetShafee/plotmpg documentation built on Dec. 23, 2021, 1:17 a.m.