[R] Kernel density estimate plot for 3-dimensional data

2010-05-04 Thread Pascal Martin
Hi! I have a problem with Kernel density estimate plot for 3-dimensional data in ks-package. Here the example: # load ks, spatstat # three-dimensional kernel density of B B - pp3(runif(300), runif(300), runif(300), box3(c(0,1))) x - unclass(B$data)$df H - Hpi(x) fhat - kde(x, H=H) plot(fhat)

Re: [R] Kernel density estimate plot for 3-dimensional data

2010-05-04 Thread Duncan Murdoch
On 04/05/2010 10:33 AM, Pascal Martin wrote: Hi! I have a problem with Kernel density estimate plot for 3-dimensional data in ks-package. Here the example: # load ks, spatstat # three-dimensional kernel density of B B - pp3(runif(300), runif(300), runif(300), box3(c(0,1))) x -

Re: [R] Kernel density estimate plot for 3-dimensional data

2010-05-04 Thread Pascal Martin
An: Duncan Murdoch murdoch.dun...@gmail.com Gesendet: Dienstag, den 4. Mai 2010, 17:03:46 Uhr Betreff: AW: [R] Kernel density estimate plot for 3-dimensional data #B - pp3(runif(300), runif(300), runif(300), box3(c(0,1))) creates a 3d pattern with random

Re: [R] Kernel density estimate plot for 3-dimensional data

2010-05-04 Thread Duncan Murdoch
')) Von: Duncan Murdoch murdoch.dun...@gmail.com An: Pascal Martin pascal15mar...@yahoo.de CC: r-help@r-project.org Gesendet: Dienstag, den 4. Mai 2010, 16:46:03 Uhr Betreff: Re: [R] Kernel density estimate plot for 3-dimensional data On 04/05/2010 10:33 AM, Pascal