search for: onaustralia

Displaying 3 results from an estimated 3 matches for "onaustralia".

1998 May 10
2
R-beta: Re: R (par)
1) 'par' doesn't seem to be called from 'plot', as it is in S. I was able to get the plot to work with: par(mar=c(5,5,5,5)) plot(a,b) axis(4,labels=F,tck=0.1) mtext("blabla",side=4,line=3,cex=1.5) NOTE: I tried this on the x11() display, which seemed to reproduce the problem you described. 2) ?? I was unable to get either x or y logarithmic axes using
1998 May 26
0
R-beta: Problem with graphics parameter 'fin'
Albrecht, I tried this: >oldfin<-par("fin") >oldfin [1] 6.990803 6.997416 >par(fin=oldfin) on my system (Linux and R-0.61.2) and received no error message, as also reported by Thomas Lumley. I then tried to create the error, successfully, by: >oldfin<-c(7,7) >par(fin=oldfin) Error: attempt to set invalid value for graphics parameter "fin". Thinking
1998 Dec 09
0
'library' documentation
In assembling a library, I noticed one or two things that caused me some difficulty, and thought that these might also confuse others. 1) "R code files" indicates the _text_ version of the R code. I didn't realize this at first, and got parse errors until I looked inside one of the other libraries. 2) "The code files to be installed must start with a (lower- or uppercase)