[R] print graph

2003-09-17 Thread Atsuya Fujito
Hello. I am using R 1.7.1 on Mac OSX10.2.6 and XDarwin86 4.3. I made barplot graph by barplot2. I can get good graph on x11() device. But when change the device to potscript(), the graph changed to incomplete. For example, absence of label or err bar or ... I would like to print out this graph.

Re: [R] gregmisc

2003-08-14 Thread atsuya fujito
Thank you, Marc; I installed car, R commander and Bioconductor. I am using R 1.7.1, on MAC OSX 10.2.6 library() Packages in library '/usr/local/lib/R/library': AnnBuilder Bioconductor annotation data package builder Biobase Biobase: Base functions for Bioconductor

[R] gregmisc

2003-08-09 Thread atsuya fujito
Hi How do I install gregmisc packages? I did- % sudo R install.packages(gregmisc) . . barplot2() but, Error: couldn't find function barplot2 -- atuya Mac OSX 10.2.6 R 1.7.1 __ [EMAIL PROTECTED] mailing list

Re: [R] gregmisc

2003-08-07 Thread atsuya fujito
I did library library(gregmisc) Error in library(MASS) : There is no package called 'MASS' Error in library(gregmisc) : .First.lib failed What is wrong? You have to *load* the package too, not just install it. 'library(gregmisc)' will load it On Thu, 7 Aug 2003, atsuya fujito wrote: Hi