Displaying 20 results from an estimated 264 matches for "spatstat".
2005 Mar 05
1
spatstat on Win98 (PR#7715)
Full_Name: Georg Roth
Version: R.2.0.1.for Windows
OS: Win98
Submission from: (NULL) (134.95.43.165)
Using libraries "spatstat" and "sm" on R.2.0.1. under Windows 98
bug 1)
the libraries "spatstat" and "sm" are not properly identified by the
"library()" command on R.2.0.1. (R for Windows98). the libraryname is shown in
upper case ("SPATSTAT") although the original n...
2006 Apr 27
1
Symbol __f95_sign not found.
Our computing services people have recently reconfigured the Sun
compilers structure on our network, and I can no longer install, on
our Sun/Solaris machine, a certain package (spatstat) with which I am
heavily involved. (The same problem may well pertain to other
packages as well; I haven't yet experimented except with spatstat.)
Strictly speaking I can ***install*** it, but when I try
to ***load*** it I get an error message:
===+===+===+===+===+===+===+===+===+===+===+===...
2009 May 10
1
Spatstat
Hi all,
I am trying to install Spatstat on OpenSUSE 11.1.
install.packages("spatstat", dependencies = TRUE)
fails on the basis of various compiler packages (full message below).
I have gcc version 4.3.2, which should include gfortran and g++ - so I'm not
sure what to do!
Richard
* Installing *sour...
2007 Oct 17
0
Problem loading spatstat.
I upgraded to R version 2.6.0 yesterday; now I find that I can't load
spatstat.
I re-installed spatstat (that part seemed to work without complaint)
but when
I execute
> library(spatstat)
I get the error message
Error in dyn.load(file, ...) :
unable to load shared library '/Users/rturner/Rlib/spatstat/libs/
i386/spatstat.so':
dlopen(/Users/rturner/Rli...
2006 Nov 01
0
spatstat symbol referencing error
Sparc Solaris 8
SunStudio 11 compilers
R-2.3.1
spatstat 1.10-1
R-2.3.1 and spatstat were installed using SunStudio11 compilers on a
Sparc Solaris 8 machine. No errors were reported in the compilations,
however, when I try to load spatstat I get an error:
> library(spatstat)
Loading required package: mgcv
This is mgcv 1.3-20
Error in dyn.load(x, as....
2010 Jan 18
1
how to install spatstat
Hi,
I tried to install spatstat using:
install.packages("spatstat", dependencies = TRUE, lib =
"./R/i486-pc-linux-gnu-library/2.8")
but got the following msg:
--- Please select a CRAN mirror for use in this session ---
<here i selected one mirror, and tried several mirrors)
Loading Tcl/Tk interface ... do...
2011 Mar 19
1
Undefined symbol "Rf_pythag" while loading spatstat
Today I installed the newest R develepment branch
R version 2.14.0 Under development (unstable) (2011-03-18 r54866)
on FreeBSD 9.0-CURRENT (amd64). All seems fine so far.
After that I updated my R packages with option 'checkBuilt=TRUE'. There
are four packages (spatstat, pscl, adehabitatLT, adehabitatHR) which
gives an error like this:
Error in dyn.load(file, DLLpath = DLLpath, ...) :
kann shared object
'/usr/local/lib/R/library/spatstat/libs/spatstat.so' nicht laden:
/usr/local/lib/R/library/spatstat/libs/spatstat.so: Undefined symbol
"Rf_p...
2012 May 09
1
Paquete Spatstat
Hola a toda la comunidad R, el siguiente problema tengo para hacer
funcionar el paquete Spatstat.
Tengo instalado R version 2.15.0, y Ubuntu 12.04 los cuales ya lo
actualice. El paquete (spatstat) esta instalado pero puntualmente es
problema es asi:
/
> library("spatstat")
Loading required package: mgcv
Error : .onLoad failed in loadNamespace() for ''Matrix'',...
2012 Mar 28
3
Spatstat users.
.... But I really do want
to acquire the requested information.
In the course of preparing my PBRF (performance based research
funds) portfolio for the upcoming PBRF exercise here in New Zealand,
I have been advised that I should provide some estimate of the number
of "active users" of the spatstat package (of which I am a co-developer with
Adrian Baddeley) and which I am touting as one of my contributions to the
well-being of the universe.
So how do I estimate the number of "active users"? Bozhemoi!
I decided I'd do a survey of the r-help list.
So *please* respond (VERY bri...
2007 Apr 27
1
Quadratcount() plotting in R spatstat
Hello,
I am trying to plot a quadratcount object over a ppp object in the spatstat
package. I ultimately want to get something like this
http://bg9.imslab.co.jp/Rhelp/R-2.4.0/src/library/spatstat/man/images/big_quadratcount_001.png
http://bg9.imslab.co.jp/Rhelp/R-2.4.0/src/library/spatstat/man/images/big_quadratcount_001.png
See
http://66.102.9.104/search?q=cache:zK2o-grKXgEJ...
2007 Jun 06
1
Metropolis-Hastings Markov Chain Monte Carlo in Spatstat
I'm testing some different formulations of pairwise interaction point processes
in Spatstat (version 1.11-6) using R 2.5.0 on a Windows platform and I wish to
simulate them using the Metropolis-Hastings algorithm implemented with Spatstat.
Spatstat utilizes Fortran77 code with the preprocessor RatFor to do the
Metropolis-Hastings MCMC, but the Makefile is more complicated than any I have...
2005 Dec 29
3
importing shapefiles into spatstat
Dear R users,
I am using spatstat to analyze point patterns (tree locations). I would
like to import the shapefile with the study area polygons (six total) into R
and use it to create the window for the spatstat analysis. I do not simply
want to use a rectangle because the study areas spread out over 40000 ha.
Any suggestions wou...
2005 Jan 27
7
getting package version inside .First.lib
Greetings -
Is it possible, inside .First.lib,
to find out the version number of the package that is being loaded?
If only one version of the package has been installed,
we could scan the DESCRIPTION file, something like
.First.lib <- function(lib, pkg) {
library.dynam("spatstat", pkg, lib)
dfile <- system.file("DESCRIPTION", package="spatstat")
ttt <- scan(dfile, what="", sep="^M", quiet=TRUE)[2]
vvv <- strsplit(ttt," ")[[1]][2]
cat("spatstat version number",vvv,"\n")
}
bu...
2008 Oct 22
1
Spatstat help - quadratcount query
Hi all,
I am using quadratcount in spatstat to divide a window containing a
point pattern into a grid of quadrats containing the intensity of points
in each quadrat. My data is in UTM co-ordinates. My window is defined
as follows:
>p15<-ppp(x,y,window=owin(c(341710,342100),c(3126465,3126780)),marks=NUL
L, checks=TRUE)
Giving me a d...
2009 Dec 08
1
Quadratcount problem in spatstat
Hi,
I know there are older threads discussing the quadratcount function in
spatstat. Unfortunately, I could not find a solution to my problem there.
I'm analyzing a point pattern in an irregular polygonal window. Both the
window (an entire country) and the points are projected using WGS84.
When I do quadratcount with only one quadrat for the entire country it
holds all my...
2012 Jul 04
2
problem loading siar
Hi,
I have a problem while loading the "siar" program in R.
When I am loading siar, system does not load convexhull. On the screen I
have seen such writings.
The following object(s) are masked from ‘package:spatstat’:
convexhull
How can I load the convexhull, how can I unmask from this package? I will
be appreciated if you give advice about this.
Best
Sukran
[[alternative HTML version deleted]]
2005 Sep 01
2
SpatStat Kest - Error Message help
Hi I'm working with the function Kest in the package SpatStat (under LINUX
with R 2.1.0). In order to evaluate the statistical significance of my
point pattern I'm doing 999 Montecarlo replications. The script that use
the Kest function runs OK for most of the different point patterns that I
have but for a particular point pattern, which have only 17 poin...
2012 Apr 16
2
Creating a point pattern with spatstat
...1 1 1 1 1 1 0 1
4 1 1 1 1 1 0 1 1 1 1 0 1
5 1 1 1 1 1 1 1 0 0 1 1 1
6 1 1 1 0 0 1 0 0 1 1 1 1
7 1 1 1 1 0 1 1 0 0 0 1 1
8 1 1 1 1 1 1 1 0 0 0 1 0
9 1 1 1 1 0 0 1 0 0 0 1 1
10 1 1 1 1 1 1 1 0 0 0 0 1
11 1 1 1 1 1 1 1 1 1 0 0 1
12 1 1 1 1 1 0 0 0 1 1 1 1
Which I want to use to create a ppp object in spatstat. I tried:
> X <- as.ppp(Lv2.8, owin(c(0, 12), c(0,12)))
and got
> plot(X)
0 1
0.000000 1.187939
http://r.789695.n4.nabble.com/file/n4562047/attempt1_ppp.jpg
Which obviously isn't what I'm after. To obtain a simple graphic of where
points are present on the pl...
2006 Aug 24
0
spatstat 1.9-5
A new version 1.9-5 of the package `spatstat'
has been uploaded to CRAN.
What it is:
----------
spatstat is a package for analysing spatial data, mainly Spatial Point
Patterns.
What's in it:
------------
Functions for exploratory data analysis, model-fitting, simulation,
spatial sampling, model diagnostics, and formal inference. D...
2007 Jan 15
0
spatstat 1.11-0
spatstat 1.11-0
Version 1.11-0 of package 'spatstat' is now available.
Spatstat is a package for the analysis of spatial data,
mostly point pattern data. See <www.spatstat.org>
Important changes in version 1.11-0:
New format for ppm objects (objects in old format are still handled).
Mor...