[R] A question about plot.mcmc

2010-04-21 Thread Xiao D
Dear List members, I am using R to generate MCMC time series plots. This is the code I use; however, everytime an error message will come out saying could not find function plot.mcmc. I have coda package and Lattice package installed. Does anyone know what may get wrong here? Thanks so much for

Re: [R] A question about plot.mcmc

2010-04-21 Thread Uwe Ligges
On 21.04.2010 20:31, Xiao D wrote: Dear List members, I am using R to generate MCMC time series plots. This is the code I use; however, everytime an error message will come out saying could not find function plot.mcmc. I have coda package and Lattice package installed. Does anyone know what

Re: [R] A question about plot.mcmc

2010-04-21 Thread Tengfei Yin
Hi I have mone quick question I am not quite familiar with, for generic function plot, why some methods are marked by '*', I think plot(as.mcmc()) may dispatch the right method, I try to use get to view the function, but it seems that get() only works for the one with no *, e.g. get('plot.ecdf')

Re: [R] A question about plot.mcmc

2010-04-21 Thread David Winsemius
On Apr 21, 2010, at 3:21 PM, Tengfei Yin wrote: Hi I have mone quick question I am not quite familiar with, for generic function plot, why some methods are marked by '*', I think plot(as.mcmc()) may dispatch the right method, I try to use get to view the function, but it seems that get()

Re: [R] A question about plot.mcmc

2010-04-21 Thread Tengfei Yin
Hi David, Thank you so much, that's just what I want!! Best Tengfei On Wed, Apr 21, 2010 at 2:24 PM, David Winsemius dwinsem...@comcast.netwrote: On Apr 21, 2010, at 3:21 PM, Tengfei Yin wrote: Hi I have mone quick question I am not quite familiar with, for generic function plot, why