search for: trees_r2

Displaying 1 result from an estimated 1 matches for "trees_r2".

2003 Apr 07
1
Segmentation error
Hello, I'm using library(spatstat) and trying to use ppp on my dataset. I get a segmentation error when I try to run it. Any suggestions? Code below ... Thanks, Suzanne --------------------------------------- dat <- read.delim(file="trees_R2.csv", sep=",", header=1) P16 <- (dat$Plot == "P1") | (dat$Plot == "P2") | (dat$Plot == "P3") y94 <- dat$Easting[P16] x94 <- dat$Northing[P16] library(spatstat) F194 <- ppp(x94, y94, c(0, 100), c(0, 50)) a <- allstats(F194, dataname=&quot...