search for: tripack

Displaying 20 results from an estimated 55 matches for "tripack".

2006 Nov 28
1
(PR#9390) when loading library tripack entry point "signal"
...FAQs On Tue, 28 Nov 2006, erkan77 at gmail.com wrote: > Full_Name: Erkan YILMAZ > Version: 2.4.0 > OS: XP > Submission from: (NULL) (85.180.116.228) > > > Hi, > > just installed R 2.4.0 (before there was running 2.2.0). > > when loading the library ("library(tripack)"), there appears a pop up, see > following picture: > http://www.skilledtester.de/R/r240_tripack.JPG > > -> the entry point "signal" in rgui.exe is not found > > in R itself following error is displayed: > Fehler in dyn.load(x, as.logical(local), as.logical(n...
2000 May 04
2
acepack, akima and tripack will not load (PR#533)
Full_Name: Michael R. Allen Version: 1.01 OS: linux redhat Submission from: (NULL) (149.149.32.46) Hello, Thought you might be interested. I tried to load the package tripack needed by the sgeostat package. After some careful searching, three packages were found which had the same error. Here is the output. Mike > library(acepack) Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library "/usr/lib/R/library/acepack/...
2006 Nov 28
0
when loading library tripack entry point "signal" in rgui.exe (PR#9392)
This is not a bug in R. Please read the FAQs! You have got a version of tripack that has been compiled for R < 2.4.0. Please type update.packages(checkBuilt = TRUE) and try again. Best, Uwe Ligges erkan77 at gmail.com wrote: > Full_Name: Erkan YILMAZ > Version: 2.4.0 > OS: XP > Submission from: (NULL) (85.180.116.228) > > > Hi, > > just i...
2006 Oct 25
1
library loading errors (PR#9317)
Full_Name: Larry Layne Version: 2.4.0 OS: MS Windows 2000 Submission from: (NULL) (129.24.91.249) All of the following libraries loaded just fine in version 2.3.1: > utils:::menuInstallLocal() package 'tripack' successfully unpacked and MD5 sums checked updating HTML package descriptions > library(tripack) Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library 'C:/PROGRA~1/R/R-24~1.0/library/tripack/libs/tripack.dll': LoadLibrary failure: The s...
2001 Apr 14
0
How to create polygons from voronoi objects in tripack?
Hello. I'd like to convert voronois object created by tripack to polygons to use them in GIS(Geographic Information Systems) software. I tried to create voronoi objects by using following code. > library(tripack) > x <- rnorm(10) > y <- rnorm(10) > plot(x,y) > v<-voronoi.mosaic(x,y) > plot(v) But from here, I could not create po...
2006 Nov 28
0
addition to R-bug (PR#9391)
Hi, I created before a bug-entry: http://bugs.r-project.org/cgi-bin/R/incoming?id=3D9390;expression=3Derkan;u= ser=3Dguest here is an addition which I can not add because the interface won't let me: more info: tripack_1.2-10.zip: file version of tripack.dll: 2.10.50418.0 before installing tripack, I installed following packages: ncf_1.0-8.zip spdep_0.3-32.zip original report: Hi, just installed R 2.4.0 (before there was running 2.2.0). when loading the library ("library(tripack)"), there appears...
2000 May 25
9
problem on upgrading to RH6.2 (was problem with ts pack
...rk and when I tried to re-install them through `R INSTALL package.tar.gz'', some just fail and give similar error messages. My `ts'' works, but it is of the old original version, and I don''t dare to check if it stops working after re-installation. However, re-installed `tripack'' gives the following error message: > library(tripack) Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library "/usr/lib/R/library/tripack/libs/tripack.so": /usr/lib/R/library/tripack/libs/tripack.so: undefined symbol: ? If I first gunzi...
2000 Aug 11
1
Problems in the new version with sgeostat library?
Hello, R-users! When I load the sgeostat library I obtain some warnings messages. >library(sgeostat) What kind of problem will I expect to have with these messages? Loading required package: mva Loading required package: tripack Warning messages: 1: `provide' is deprecated. See ?Deprecated. in: .Deprecated() 2: `provide' is deprecated. See ?Deprecated. in: .Deprecated() Thank you very much for your help! Kenneth Cabrera Universidad Nacional de Colombia Sede Medellin -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....
2006 Jul 19
2
voronoi tessellations
Okay, been working with tripack, seems the most mature package for this. Got it to work well with their test data set - data(tritest). When i tried random numbers to explore further, i am getting some results that don't reconcile. example run this: library(tripack) y <- runif(100) x <- runif(100) vm <- voronoi....
2012 Jul 19
1
[tripack] error in trmesh
I am trying to triangulate a point set as follows: > head(cbind(x,y)) x y [1,] -78.1444 -60.4424 [2,] -78.1444 -58.4424 [3,] -78.1444 -56.4424 [4,] -78.1444 -54.4424 [5,] -76.1444 -60.4424 [6,] -76.1444 -58.4424 > length(x) [1] 5000 > tri <- tri.mesh(x, y) Fehler in tri.mesh(x, y) : error in trmesh > tri <- tri.mesh(x, y, "remove") Fehler in tri.mesh(x, y,
2008 May 29
1
akima interpolation and triangulation question
Dear all; First of all, this is probably a more conceptual question than a R-related one, but still want to give it a try. When working with the interpolation function "interp" from the package akima and the triangulation function "tri.mesh" from package tripack I've got NA's for the interpolation and "error" for the triangulation. The data is arranged in a regular grid as opposed to what the help page for interp says but I think this is an interesting problem because I found this code on the web as part of an stats course (and it is not...
2008 Feb 07
1
Voronoi
Hello everyone I have a problem with tripack package, I want to perform a Voronoi tessellation on a specific domain (I have the shape file), in order to weight my climatic data with the area ... How Can I do it? Thank you very much Andrea
2006 Nov 30
2
*** caught segfault *** error
...ted into R; I've tried packages shapefiles and spdep, and two different shapefiles, and get the error in all 4 combinations. The shapefile is imported correctly, and I get the error only when I try to plot the map. I specifically use commands > library(spdep) Loading required package: tripack Loading required package: maptools Loading required package: foreign Loading required package: sp Loading required package: SparseM Package SparseM (0.71) loaded. To cite, see citation("SparseM") Loading required package: boot > library(maptools) > district.shp <- read.shape(&...
2007 May 09
1
voronoi.mosaic chokes?
Hi all, I am running R 2.5.0 under Windows XP Media Center Edition. Here's a problem that's been stumping me for a few days now, and I can't find anything useful in the archives. I am using voronoi.mosaic (tripack package) to create proximity polygons for a study of vegetation competition and dynamics. The points lists are read in from a file for each plot, then 8 duplicates are translated around the edges of the plot (Toroidal edge correction). This is completed using the torus(...) function that I w...
2003 Jan 20
2
Fortran linking problems
...u=pentiumpro -march=i586 -fno-fast-math -fno-strength-reduce -c idxchg.f -o idxchg.o g77 -mieee-fp -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -fno-fast-math -fno-strength-reduce -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -fno-fast-math -fno-strength-reduce -c tripack.f -o tripack.o g77 -mieee-fp -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -fno-fast-math -fno-strength-reduce -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -fno-fast-math -fno-strength-reduce -c ttidbs.f -o ttidbs.o gcc -shared -L/usr/local/lib -o akima.so akima.ne...
2001 Oct 11
2
Where's MVA?
...clust mda meanscore mgcv mlbench muhaz multiv mvnmle mvtnorm netCDF nlme nlrq norm odesolve oz panel pcurve permax pinktoe pixmap polymars polynom princurve pspline quadprog quantreg rmeta rpart rpvm scatterplot3d sem sgeostat sm sma sn sna splancs sptests spweights strucchange survival tensor tree tripack tseries twostage vegan wavethresh wle xgobi xtable zmatrix -------------- next part -------------- An HTML attachment was scrubbed... URL: https://stat.ethz.ch/pipermail/r-help/attachments/20011012/5b0887c1/attachment.html
2007 Sep 07
1
Finding convex hull?
Dear UseRs, I would like to know which function is the most efficient in finding convex hull of points in 3(or 2)-dimensional case? Functions for finding convex hull is the following: convex.hull (tripack), chull (grDevices), in.chull (sgeostat), convhulln (geometry), convexhull.xy (spatstat), calcConvexHull (PBSmapping). I also would like to know if there is a function that can be used for finding convex hull in multi-dimensional case, that is more than 3- dimension. Thank you in advance.
2007 Nov 27
1
voronoi/Delaunay/Dirichlet tessellation on sphere in R or S?
There's Renka's STRIPACK, and TRIPACK, respectively, ACM TOMS Algorithms 772 and 751, and there's the R package "deldir" which does the Delaunay for a plane, but does anyone have or know of the tessellation in R for a sphere? Also, is there a standard indexing scheme for Delaunay facets, and perhaps of edges...
2010 Dec 16
0
Convert tileplot's trellis to shapefile/ Add values to voronoi polygon
...atticeExtra) like the ones attached, and with the following commands: xy=list(x=x2$X, y=x2$Y) xy$street_cle <- x2$street_cle tileplot(street_cle~ x*y, xy) But this is a trellis. Is it possible to be converted to a shapefile or image so I can plot it using spplot. I tried the following under tripack: > tritest.vm <- voronoi.mosaic(x2$X,x2$Y) > x2.vm <- voronoi.mosaic(x2$X,x2$Y) > plot(x2.vm) > x2.vp <- voronoi.polygons(x2.vm) > plot(x2.vp) The mosaic is fine but when I made it to voronoi polygon, it gives me a weird plot just like the ones attached in this message....
2011 Feb 24
1
weighted Voronoi diagrams
...do the tesselation so that the polygon size for each tree depends on the size of the subject tree, and the size of its neighbors. So, the location of the bisection between two trees would not necessarily be at the midpoint, but determined by the tree sizes. I have looked through the options in tripack and deldir-packages, but editing the functions in those packages is beyond my skills. Thanks, Tuomas