easyGgplot2-package: Perform and customize easily a plot with ggplot2

Description Details Author(s) References Examples

Description

An easy-to-use way to make plot with R package ggplot2

Details

Package: easyGgplot2
Type: Package
Version: 1.0
Date: 2014-08-31
License: GPL-2

Author(s)

Alboukadel Kassambara <alboukadel.kassambara@gmail.com>

Maintainer: Alboukadel Kassambara <alboukadel.kassambara@gmail.com>

References

http://www.sthda.com

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
#Boxplot
ggplot2.boxplot(data=ToothGrowth, xName='dose',yName='len',
                mainTitle="Plot of length according\n to the dose",
                xtitle="Dose (mg)", ytitle="Length")

#Dotplot
ggplot2.dotplot(data=ToothGrowth, xName='dose',yName='len',
                mainTitle="Plot of length according\n to the dose",
                xtitle="Dose (mg)", ytitle="Length")

#Scatterplot
ggplot2.scatterplot(data=mtcars, xName='wt',yName='mpg', size=3,
                mainTitle="Plot of miles per gallon \n according to the weight",
                xtitle="Weight (lb/1000)", ytitle="Miles/(US) gallon")

YTLogos/easyGgplot2 documentation built on May 3, 2019, 9:03 p.m.