[R] don't display rulers in image() command and script file input

Jason Turner jasont at indigoindustrial.co.nz
Fri Oct 17 19:32:00 CEST 2003


Ernie Adorio wrote:

> Dear R experts,
> 
> 1. How can I turn off the display of rulers in image() command?

Are rulers the same as axes?  If so, try
image(...,axes = FALSE)

See example(image) for detials.

> 
> 2. Rather than typing my commands at the command line, how can I  input a file 
> contents aside from doing a copy and paste operation?

?source

Also, see the FAQ, 7.18.

Cheers

Jason
-- 
Indigo Industrial Controls Ltd.
http://www.indigoindustrial.co.nz
64-21-343-545
jasont at indigoindustrial.co.nz




More information about the R-help mailing list