powered by
## S3 method for class 'linim': integral(f, domain=NULL, ...)## S3 method for class 'linfun': integral(f, domain=NULL, ...)
## S3 method for class 'linfun': integral(f, domain=NULL, ...)
"linim"
"linfun"
linim
integral.im
# make some data xcoord <- linfun(function(x,y,seg,tp) { x }, simplenet) integral(xcoord) X <- as.linim(xcoord) integral(X)
Run the code above in your browser using DataLab