[R] Odp: Very new - beginners questions

S Ellison S.Ellison at lgc.co.uk
Mon Aug 13 15:55:03 CEST 2007



>>> Petr PIKAL <petr.pikal at precheza.cz> 13/08/2007 14:10:40 >>>
>>   How do I read one row of data so as to load site2 into a variable 
>>called site2?
>
>?read.table and other read..... commands. 

Don't forget scan(). But Petr is right, you probably do not need to read one row at a time. 

>> Once I plot a graph using ordiplot how do I extract it from R so that I can 
>> put it into a Word for Windows document?
>1. save a graph from menu
Use windows metafile format for Word compatibility.

>2. use ?png, ?jpeg and others to see how to output graph to files 
>(devices)
In particular, see ?savePlot and note the "emf" type for windows compatibility.



*******************************************************************
This email contains information which may be confidential and/or privileged, and is intended only for the individual(s) or organisation(s) named above. If you are not the intended recipient, then please note that any disclosure, copying, distribution or use of the contents of this email is prohibited. Internet communications are not 100% secure and therefore we ask that you acknowledge this. If you have received this email in error, please notify the sender or contact +44(0)20 8943 7000 or postmaster at lgcforensics.com immediately, and delete this email and any attachments and copies from your system. Thank you. 

LGC Limited. Registered in England 2991879. 
Registered office: Queens Road, Teddington, Middlesex TW11 0LY, UK



More information about the R-help mailing list