diff --git a/anotherfile.R b/anotherfile.R new file mode 100644 index 0000000000000000000000000000000000000000..c20a25482f9ddaec6bd77f448790c7b893001964 --- /dev/null +++ b/anotherfile.R @@ -0,0 +1,3 @@ +with(mtcars, plot(x=cyl, y=displ)) + +