[R] Pb on startup with R1.9.0

2004-04-16 Thread Erwan BARRET
I'm using Rprofile file on R1.9.0 startup and inside I'm loading a personal Library 
which uses winMenuAdd() and I've got this error :
Error in eval(expr, envir, enclos) : couldn't find function winMenuAdd
I hadn't this problem with others R versions.
What Can I do now to avoid that?
I'm using R1.9.0 under Win98.
[[alternative HTML version deleted]]

__
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


[R] help with graphics

2003-08-03 Thread Erwan BARRET
I'd like to use lattice to make graphics under conditional structure like : 
if (TRUE) { barchart()
dev.print(png, file = image1.png, width = 600)
}
but there's nothing in the output file. It seems that it's too long to print graphic 
into the graphical output and the saved file is a blank picture.
it works if I do that without the conditionnal structure.
it doesn't work if I source a batch file
can you help me?

I'm using R1.6.2 under win98
Thanks
[[alternative HTML version deleted]]

__
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help


[R] help for barchart(lattice)

2003-07-01 Thread Erwan BARRET
I'd like to plot coefficients from glm result.
with barchart, coefficients are ordered by the names of factors and I'd like to order 
them by values (or abs(values)).
to do that, I've ordered the vector of coefficients but it's plotting the same thing.

I'm working R 1.6.2 on win98.
Thanks

is it possible to do that with standard graphical function?

__
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help