diff --git a/anotherfile.R b/anotherfile.R index eac38f33e57aada7aaf9d8bcd7b241895b9ec37f..0e1906c417a163abbaa5264ed9554c441822c8d1 100644 --- a/anotherfile.R +++ b/anotherfile.R @@ -2,5 +2,5 @@ with(mtcars, plot(x=cyl, y=displ)) summary(lm(displ ~ cyl, mtcars)) - +dim(mtcars)