Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
Weighted spatial kernel density estimation is available in the function 'density.ppp' in the package 'spatstat'.
Please be advised that the home page for 'spatstat' has moved to www.spatstat.org --- Adrian Baddeley
> matrix(as.numeric(factor(c(T,F,F,T))), 2,2) No, this produces a matrix with numeric values, not categorical values.
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-geo/attachments/20120724/539df158/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-geo/attachments/20090812/409d39de/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-geo/attachments/20120116/9f361c57/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-geo/attachments/20090605/e0935482/attachment.pl>
gReetings, I want to manipulate a formula object, containing the name "." so that "." is replaced by a desired (arbitrary) expression. What is a safe way to do this? Adrian Baddeley
Sorry, that should have been df <- data.frame(x=as.vector(rasterx.im(Z)), y=as.vector(rastery.im(Z)), count=as.vector(as.matrix(Z))) Adrian
SPATSTAT version 2 Spatstat is an R package for the statistical analysis of spatial data. A preliminary announcement about the forthcoming Version 2 of spatstat is available here: <www.spatstat.org/spatstat/spatstat2.html>
SPATSTAT version 2 Spatstat is an R package for the statistical analysis of spatial data. A preliminary announcement about the forthcoming Version 2 of spatstat is available here: <www.spatstat.org/spatstat/spatstat2.html>
Hi all The tutorial/workshop on 'Analysing spatial point patterns in R' available at <www.csiro.au/resources/pf16h.html> has now been revised, rewritten and updated for the current version of spatstat. Adrian Baddeley
Roger, thank you for those informative comments. I agree entirely. Thanks for the good suggestion about envelope() in spatstat. We will discuss this with the authors of the boot package. Adrian
Thanks, Brian. So, to print the version number when 'mypackage' is loaded, .First.lib <- function(lib, pkg) { library.dynam("mypackage", pkg, lib) vvv <- read.dcf(file=system.file("DESCRIPTION", package="mypackage"), fields="Version") cat(paste("mypackage", vvv, "\n")) }
Version 1.9-4 of package 'spatstat' has been sent to CRAN. It includes new code for perfect simulation of point processes and various improvements. The release notes are available at <http://www.spatstat.org/spatstat/current/spatstatRELEASE-NOTES-1...
Quets Jan <Jan.Quets at ua.ac.be> wrote: > is it possible to join several envelope (spatstat) objects into a single object? This is not currently supported. I will take that as a request for the next version of spatstat...
The bug that caused the following error message .. > quadratcount(X, tess=Z) > Warning message: > In quadratcount.ppp(X, tess = Z) : > Tessellation does not contain all the points of X .. has been fixed in the next version of spatstat (1.20...
SPATSTAT version 2 Spatstat is an R package for the statistical analysis of spatial data. A preliminary announcement about the forthcoming Version 2 of spatstat is available here: <www.spatstat.org/spatstat/spatstat2.html> _______________________________________________ R-packages mailing list R-packages...
Please read chapter 9 of the spatstat book for a detailed explanation of what the model formulas mean (and what they don't mean). You can download this chapter for free from the companion website <spatstat.github.io/book/> Adrian...
I need to modify a glm object directly, by assigning new values to the fitted parameters. (i.e. the canonical parameters stored in object$coefficients and returned by 'coef'). Is there a "safe" way to do this, e.g. so...
Can't find what you're looking for? Try searching with Google .