Ah, it's a FAQ ... thought I'd looked hard enough. The ignominy, and for a
first post! Well, in any case, thanks a lot Baptiste.
2009/11/25 baptiste auguie
> Hi,
> it's a FAQ, you need to print() the plot,
>
>
> http://cran.r-project.org/doc/FAQ/R-FAQ.html#Why-do-lattice_002ftrellis-graphics-n
Hi,
it's a FAQ, you need to print() the plot,
http://cran.r-project.org/doc/FAQ/R-FAQ.html#Why-do-lattice_002ftrellis-graphics-not-work_003f
baptiste
2009/11/25 Ryan Archer :
> Hi,
>
> I'm having trouble seeing graphics output from lattice xyplot() when called
> from inside a for loop:
>
> x <-
Hi,
I'm having trouble seeing graphics output from lattice xyplot() when called
from inside a for loop:
x <- 1:50
for ( i in 1:5 ) {
y <- rnorm(x)
xyplot(y~x) # no graphics when inside for-loop
# plot(x,y)# works fine
# Sys.sleep(0.5) # doesn't seem to help
}
The x
3 matches
Mail list logo