hi all members, please, i need you help... now a i´m working with veronoi polygons in a area with projections, but i need cut the polygons left. On other words, i need cut the polygons in the worked area. R help say that use the command voronoi.findrejectsites, but in this command i need put the numbers, any way...this command not cut!! do you can help me? Thank you for help me! José Bustos Master Stat Program Universidad de Concepción Chile jbustosm@udec.cl, jbutosmelo@yahoo.es --------------------------------- [[alternative HTML version deleted]]
hi all members, please, i need you help... now a i´m working with veronoi polygons in a area with projections, but i need cut the polygons left. On other words, i need cut the polygons in the worked area. R help say that use the command voronoi.findrejectsites, but in this command i need put the numbers, any way...this command not cut!! do you can help me? Thank you for help me! José Bustos Master Stat Program Universidad de Concepción Chile jbustosm@udec.cl, jbutosmelo@yahoo.es --------------------------------- [[alternative HTML version deleted]]
Hi list, I'm a little confused about rollapply in zoo. There is written that rollapply has replaced rapply in version 1.2-0 which is what i have. But when I tried,> rollapply(1:100, 10, mean)I got, Error in rollapply(1:100, 10, mean) : no applicable method for "rollapply" So I went back to the good old rapply> rapply(1:100, 10, mean)Error in rapply(1:100, 10, mean) : no applicable method for "rollapply" In addition: Warning message: 'rapply' is deprecated. Use 'rollapply' instead. See help("Deprecated") Is there a more updated version of zoo? Thanks. Horace W. Tso ======================================>sessionInfo() Version 2.3.1 (2006-06-01) i386-pc-mingw32 attached base packages: [1] "splines" "methods" "datasets" "stats" "tcltk" "utils" [7] "graphics" "grDevices" "base" other attached packages: lmtest Hmisc tseries quadprog zoo MASS Rpad "0.9-18" "3.0-12" "0.10-1" "1.4-8" "1.2-0" "7.2-27.1" "1.1.1"