Functions: Plotting Flashcards
1
Q
plot()
A
Create scatterplot
plot(x = pirates$height, y = pirates$weight)
2
Q
grid()
A
add gridlines to a plot
2
Q
linear regression model
A
model <- lm(formula = weight ~ height, data = pirates)
2
Q
A
2
Q
A
3
Q
A