Displaying 3 results from an estimated 3 matches for "erinberryman".
2007 Apr 15
1
mac ghostscript help
...script from http://www.cs.wisc.edu/~ghost/ that I could find
(v.8.56) for Mac OSX. However, I am apparently quite ignorant about
how the required Ghostscript software works.
When I run PostScriptTrace after loading the grImport package, I get
this response:
> PostScriptTrace("/Users/erinberryman/Documents/data.ps")
Error in PostScriptTrace("/Users/erinberryman/Documents/data.ps") :
status 256 in running command 'gs -q -dBATCH -dNOPAUSE -
sDEVICE=pswrite -sOutputFile=/dev/null -sstdout=data.ps.xml
capturedata.ps'
ESP Ghostscript 7.07.1: Unrecoverable error, exit...
2007 Dec 12
1
xYplot problem
Dear R community,
Since upgrading to R v.2.6.1 and re-installing package Hmisc (binary
for Mac OS X v.3.4-3), I have been getting a error when trying to
make xYplots:
>plotcv<-c(34.88, 41.51, 45.81, 51.05, 51.66)
>plotcv.se<-c(2.406551, 3.071291, 4.331407, 3.213873, 4.838150)
>month<-c(6, 7, 8, 9, 10)
>library(Hmisc)
>xYplot(Cbind(plotcv, plotcv + plotcv.se,
2007 Aug 24
2
problem loading package 'gplots'
Dear R community,
I am using R version 2.4.1 GUI 1.18 on an iBook G4 with OS 10.4.10.
When I try to load package 'gplots' I get the following message:
> library(gplots)
Loading required package: gdata
Attaching package: 'gdata'
The following object(s) are masked _by_ .GlobalEnv :
reorder.factor
Loading required package: gtools
Attaching package: 'gtools'