зеркало из https://github.com/microsoft/RTVS-docs.git
Remove extra \n
This commit is contained in:
Родитель
6eff93fa33
Коммит
7127f09f2a
|
@ -29,7 +29,7 @@ library("ggplot2")
|
|||
head(Boston)
|
||||
ggplot(Boston, aes(x=medv)) +
|
||||
geom_histogram(binwidth=2) +
|
||||
ggtitle("Histogram of Response Variable \n")
|
||||
ggtitle("Histogram of Response Variable")
|
||||
|
||||
# Fit a model using medv as response and others as predictors.
|
||||
lm1 <- lm(medv ~ ., data = Boston)
|
||||
|
|
Загрузка…
Ссылка в новой задаче