To copy a figure
>dev.copy(pdf,"xxx.pdf")
>dev.off()
the pdf can be modified for any other formats too (png, bmp, jpg)
To copy/write table
write.table(file_name,"/PATH/TO/OUTPUT/file.txt",sep="\t")
>dev.copy(pdf,"xxx.pdf")
>dev.off()
the pdf can be modified for any other formats too (png, bmp, jpg)
To copy/write table
write.table(file_name,"/PATH/TO/OUTPUT/file.txt",sep="\t")
