Ggplot2 .edu

ggplot2

Matthew Flickinger, Ph.D.

University of Michigan

BDSI June 24, 2019

Why plot?

Raw Data

Summaries

X

Y

Statistic

X

Y

55.38

97.18

Mean

54.26

47.83

51.53

96.02

SD

16.7

26.9

46.15

94.49

42.82

91.41

40.76

88.33

Regression Statistic Y=X

38.71

84.87

Intercept

35.64

79.87

Slope

-0.10

¡­

¡­

Correlation

-0.06

Value

53.4

Why plot?

Summaries

Statistic

Mean

SD

Regression Statistic Y=X

Intercept

X

Y

54.26

47.83

16.7

26.9

Value

53.4

Slope

-0.10

Correlation

-0.06

Data from

Installing ggplot2

? Even though the package is sometimes just referred to as "ggplot",

the package name is "ggplot2"

? ggplot is included in the tidyverse package. To load the tidyverse

package, run

? library(tidyverse)

? If you get the message "there is no package 'tidyverse' " you must

install it first

? install.packages("tidyverse")

? library(tidyverse)

? Be sure to load the package at the start of your session

ggplot2 help

? Use R help "?ggplot"

? Use website (has pictures)

?

? [open now]

? Read Hadley's book

Second Edition published June 2016

................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download