search for: rosm

Displaying 7 results from an estimated 7 matches for "rosm".

Did you mean: rom
1999 Oct 06
1
R graphics & lyx
hello all, I get problems including graphics from R (0.64) into lyx (1.0.2). I don't understand the difference between .eps and .ps but I think the problem must be here. Does anyone can help ? thanks, Mathieu -- ----------------------------------------------------------------------- Mathieu Ros - 13 rue beviere - 38000 GRENOBLE - 04 76 491 370
1999 Nov 08
1
can't read datasets from MASS library
Hello R users, Sorry if this is a dumb question but I'm new to R under Windows (NT) and I can't access datasets from V&R's MASS library : > library(MASS) > attach(UScrime) Error: Object "UScrime" not found > ls() character(0) but I get all the functions...Have I missed something ? Any help would be appreciated. Thanks, Mathieu --
1999 Nov 09
0
plrc()
I'm actually 'translating' the S-PLUS package multidim to R and I wonder what is the equivalent to the plrc() function under R. I need it to plot the correlation circle (rough translation from french, hope this means something...) for the plot.acp() function but can't find out any help on it . any help would be appreciated. Mathieu (thanks to T. Lumley for the data() help...)
1999 Dec 08
0
eps->jpg
hello all, is there a way to convert R graphics (eps format) to jpg from a R function ? thanks for your help, Mathieu -- ---------------------------------------------------------------------- Mathieu Ros - 13 rue b?vi?re - 38000 GRENOBLE - 04 76 491 370 http://www.multimania.com/mathieuros/index2.html DESS ing?nierie math?matique (biostatistiques) Universite Joseph Fourier, Grenoble
2000 Jan 12
0
design()
hello all, Is there an equivalent in R to S-plus design() function, which creates an object of class "design" ? why this funcion isn't implemented (I mean, is there a special reason) ? also, where can I find documentation about .Internal ? thanks, Mathieu -- ---------------------------------------------------------------------- Mathieu Ros - 13 rue b?vi?re - 38000 GRENOBLE -
2000 Feb 14
0
summary : par(fig)
many thanks to P. Dalgaard, J. Fox, J. Lemon, JE. Paradis and J. Polzehl for their quick replies. The original posting is at the end of this summary. I've not well explained myself but I don't wanted to use par(mfrow) or par(mfcol) because I wanted to plot very different graphics and this solution doesn't match my needs. E. Paradis and P. Dalgaard made me discover a new (for me!)
2000 Feb 14
2
par(fig) problem
hello R-users, I'd like to plot four graphics on the same page but with different sizes. I've tried to use : par(fig=c(0,0.5,0,0.6)) plot(fig1) par(fig=c(0.5,1,0,0.6)) plot(fig2) etc... but when a figure is plotted, it erase the previous. I've tried to pass 'new=T' to plot function but it's not possible. What can I do ? is it a bug ? I've already reported this a 2 or