Skip to content

Commit bd8cb58

Browse files
committed
changing labels on plot
1 parent 3487a2a commit bd8cb58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

regression2.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -706,8 +706,8 @@ sacramento_train <- sacramento_train |>
706706
707707
lm_plot_multicol_1 <- ggplot(sacramento_train) +
708708
geom_point(aes(x = sqft, y = sqft1), alpha=0.4)+
709-
xlab("House size 1 (square feet)") +
710-
ylab("House size 2 (square feet)")
709+
xlab("House size measurement 1 (square feet)") +
710+
ylab("House size measurement 2 (square feet)")
711711
lm_plot_multicol_1
712712
```
713713

0 commit comments

Comments
 (0)