Skip to content
Prev 58410 / 398502 Next

Starting with R

Anne G <anne at wjh.harvard.edu> writes:
Well, y'know, sometimes obstacles are more easily handled by walking
around them than by climbing over them. Who said you need to
understand demo("graphics") in order to get to know R? It's a demo, a
show-off of what glitzy graphics we can do, not a tutorial. Actually,
it might be sensible to walk through some of its examples, but the
first couple of setup lines can certainly be skipped.
In this case, yes, exactly. In general, get() returns the R object of
the given name, which may or may not be a funtion.
This is OS and GUI dependent. On unix text terminals you can generally
hit Ctrl-C, in the Windows GUI there's a Stop button (I think), and
Aqua seems to have an Abort button.
Somewhere in the R installation directory. 

system.file("demo/graphics.R",package="graphics")

should tell you exactly, on all systems.