From 2bee0e340ec1e41b51ad0024b0f4c555a157af2b Mon Sep 17 00:00:00 2001 From: Sylvia Haider <sylvia.haider@botanik.uni-halle.de> Date: Wed, 19 Oct 2016 15:35:45 +0200 Subject: [PATCH] disp corrected --- anotherfile.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anotherfile.R b/anotherfile.R index cb88ba6..e01f025 100644 --- a/anotherfile.R +++ b/anotherfile.R @@ -1,7 +1,7 @@ str(mtcars) -with(mtcars, plot(x=cyl, y=displ)) +with(mtcars, plot(x=cyl, y=disp)) -summary(lm(displ ~ cyl, mtcars)) +summary(lm(disp ~ cyl, mtcars)) -- GitLab