Displaying 20 results from an estimated 90 matches similar to: "[tripack] error in trmesh"
2009 Apr 04
1
error in trmesh (alphahull package)
Hello R community,
I have cross-posted with r-sig-geo as this issue could fall under either 
interest group I believe. 
I just came accross the alphahull package and am very pleased I may not 
need to use CGAL anymore for this purpose.   However, I am having a 
problem computing alpha shapes with my point data, and it seems to have 
to do with the spatial configuration of my points (which form
2012 Jun 04
2
get index of current element in vector
(Just learning R)
I have this vector:
v <- c(1:10)
Now, I want to multiply each element of that vector with a scalar value
multiplied with its index:
vm <- v * scalar * indexOfCurrentElementOf_v
Is that possible without using a loop?
In a loop I would do this:
for (i in 1:length(a)) a[i] <- scalar * a[i]
	[[alternative HTML version deleted]]
2012 Jul 23
1
[RCurl] HTTP 404 Status
I am trying to get contents of a REST response:
getURL("http://localhost/myweb-app/rest-ws")
This is a web application (myweb-app) which is providing a REST web service
(rest-ws)...
Unfortunately, the HTTP status sent back is 404.
If I request the url using Chrome/IE, I get a HTTP status 200 OK.
In Opera the request does not succeed either.
I am using 2.15.1 (Win7, 64Bit) and just
2012 Jul 18
1
convert deldir$delsgs to a X3D IndexedTriangleSet
Anyone knows how to convert a deldir$delsgs to a X3D IndexedTriangleSet?
Are there already any functions/packages?
	[[alternative HTML version deleted]]
2006 Mar 17
2
Favicon.ico doesn''t show in IE 6
Hello All,
I put favicon.ico under "public" folder. Also, I put a copy into 
"public/images". And I put these 2 lines in my layout file:
    <link rel="icon" href="images/favicon.ico" type="image/ico" />
    <link rel="shortcut icon" href="images/favicon.ico" type="image/ico" 
/>
It works fine in
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 polygons.
 Of course, I know
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 installed R 2.4.0
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),
2006 Nov 28
1
(PR#9390) when loading library tripack entry point "signal"
This message is in MIME format.  The first part should be readable text,
  while the remaining parts are likely unreadable without MIME-aware tools.
--27464147-1968795515-1164715405=:5670
Content-Type: TEXT/PLAIN; charset=iso-8859-1; format=flowed
Content-Transfer-Encoding: 8BIT
You need to re-install packages when you update R, as it says in the 
rw-FAQ.  Use update.packages(checkBuilt=TRUE) to
2009 Dec 10
2
Problem with coeftest using Newey West estimator
Hi,
I want to calculate the t- and p-values for a linear model using the Newey West estimator.
 I tried this Code and it usually worked just fine:
> oberlm <- lm(DYH ~ BIP + Infl + EOil, data=HU_H)
> coeftest(oberlm, NeweyWest(oberlm, lag=2))
t test of coefficients:
              Estimate Std. Error  t value Pr(>|t|)    
(Intercept)  0.1509950  0.0743832   2.0300 0.179486    
BIP  
2013 Jun 10
1
Rcmdr seit heute nicht mehr ladbar
Wenn man ihn mal braucht ist er tot. folgende Fehlermeldung ereilt mich seit heute beim starten des R Commander auf dem Mac:
> library(Rcmdr)
Lade n?tiges Paket: car
Lade n?tiges Paket: MASS
Lade n?tiges Paket: nnet
Error : .onAttach in attachNamespace() f?r 'Rcmdr' fehlgeschlagen, Details:
? Aufruf: structure(.External(.C_dotTclObjv, objv), class = "tclObj")
? Fehler: [tcl]
2006 Sep 12
0
Problem with geweke.diag
Dear R-users,
I have some problems with the geweke.diag-Function of the coda-package. I 
try to obtain the Geweke-diagnostic by using the following, simple code:
library(coda)
input.geweke = as.mcmc(input.matrix)                #input.matrix is a 
25.000 x 35 matrix with the 25.000 saved draws of the 35 parameters of 
interest
output = geweke.diag(input.geweke)
However, I get the following
2007 Oct 01
1
Error loading DCluster
When I try to load the DCluster package I get the following error  
message (R 2.5.1; PowerBook G4; Mac OS X 10.4.10)
(Load needed package)
Lade nötiges Paket: spdep
(error: package spdep could not been loaded)
Fehler: Paket 'spdep' konnte nicht geladen werden
(additional warning message)
Zusätzlich: Warning message:
(There is no package spdep in:.....)
es gibt kein Paket 'spdep'
2008 Mar 18
1
odbcQuery , memory.size
Dear R cracks
I am trying to fetch 38 Tables from 38 ESRI Geodatabases through an ODBC
connection.
I stored the 38 channels in a list and the 38 tablenames in an other list.
With a
for(i in 1:38) .... sqlFetch(....) I try to read the tables into a third
list. But always after a certain amount of rounds (mostly 16) i get
Fehler in odbcQuery(channel, query, rows_at_time) :
        Calloc konnte
2012 Jan 09
1
Open Street map problem
Dear all,
I would like to use R to create a map , with some points with no copyright. I am trying to use the open street map interface of Rgooglemaps package.
It seems that I am getting internal server error
source('make2DaysMaps.R')
[1] "http://tile.openstreetmap.org/cgi-bin/export?bbox=-74.02132,40.69983,-73.98622,4072595&scale=20&format=png"
versuche URL
2007 Jun 19
1
Dissimilarity Analysis
Hello you all!
I am a completely new user of R and I have a problem to solve.
I am using Mac OS X on a PowerBook.
I have a table that looks like this:
            species X1 X2 X3 X4 X5 X6 X7 X8 X9 X10 X11 X12 X13 X14  
X15 X16 X17 X18 X19 X20 X21
1        Anth_cap1  1  0  0  1  0  1  0  0  1   0   0   0   0   0    
0   0   1   0   0   0   1
2       Anth_crin1  1  0  0  1  0  1  0  0  1   0   1
2012 Jan 17
1
pretty(range(data$z),10) Error
Hello, R-List,
I'm getting error messages when adding geom_density2d() [package ggplot2]:
============================================================================
Fehler in pretty(range(data$z), 10) : 
  NA/NaN/Inf in externem Funktionsaufruf (arg 1)
Zusätzlich: Warnmeldungen:
1: Removed 10000 rows containing missing values (stat_contour). 
2: In min(x) : kein nicht-fehlendes Argument für
2010 Mar 08
2
fit a gamma pdf using Residual Sum-of-Squares
Hi all,
I would like to fit a gamma pdf to my data using the method of RSS (Residual Sum-of-Squares). Here are the data:
 x <- c(86,  90,  94,  98, 102, 106, 110, 114, 118, 122, 126, 130, 134, 138, 142, 146, 150, 154, 158, 162, 166, 170, 174)
 y <- c(2, 5, 10, 17, 26, 60, 94, 128, 137, 128, 77, 68, 65, 60, 51, 26, 17, 9, 5, 2, 3, 7, 3)
I have typed the following code, using nls method:
2013 Jan 11
1
problems with package 'segmented'
Dear R-users,
I am trying to understand how the 'segmented'-package works to determine 
breakpoints and slopes of regression lines in broken-line regression models.
However, I am not able to repeat the example on the "plant"-dataset, 
which was reported in the accompanying paper of the package. (V.M.R 
Muggeo, "Segmented: an R package to fit regression models with 
2012 Sep 05
2
Installing lumi and hdrcde
To whom it may concern.
As I would like to analyse some array data I was keen on downloading the
lumi package that depends obviously on hdrcde that is not available for r
2.12.1. I did not find instructions to solve or circumvent this problem.
Installing hdrcde by hand did not work either. It was not detected by
> (.packages(all.available=TRUE))
if installed in the R library.
Thanks
Hermann