Displaying 6 results from an estimated 6 matches similar to: "help working with persp plot function"
2009 Nov 10
1
aggregate data.frame
Hi,
I've two data.frame: ind_comp and dati_area
> ind_comp
INDEX indice
1 1 0.3081856
2 2 0.1368007
3 3 0.1290952
4 4 0.2905484
5 5 0.2686706
6 6 0.1122784
7 7 0.4493264
8 8 0.1932665
9 9 0.1982783
10 11 0.3724666
> dati_area
X_COORD Y_COORD DBH AREA ID ind_comp
1 0.0000000 0.0000000 70.0 1 1 0
2
2015 Jul 27
2
R package with Fortran module on Windows? undefined reference to `__stack_chk_fail'
Hi,
I created a R library that uses a Fortran module. Everything works like a
charm on linux.
Now I'm trying to make it work on Windows. I cloned my git repository
<https://github.com/ignacio82/MyPi> on a windows computer, and when I press
the build and reload button on Rstudio I get these errors:
==> Rcmd.exe INSTALL --no-multiarch --with-keep.source MyPi
* installing to library
2012 Oct 26
1
SPACECAP error "subscript out of bounds"
CENTERS.csv <http://r.789695.n4.nabble.com/file/n4647606/CENTERS.csv> Hello
all,
I'm trying to run SPACECAP. A couple of days ago I ran it with a centers
file with 300 GPS points, now I'm trying to run it with 2250, but I get this
error:
Error in NN[i, 1:length(od)] <- od : subscript out of bounds
I tried running SPACECAP with 1000 and 2000 points, but it still is not
2015 Jul 27
0
R package with Fortran module on Windows? undefined reference to `__stack_chk_fail'
You should be able to set PKG_FCFLAGS="-fno-stack-protector" when
compiling to ensure that the stack protector is not used.
(Trying that out on a Windows VM, with a simple `R CMD build` + `R CMD
INSTALL`, compilation of your package succeeded but linking failed
saying the DLL 'Fpi' was not found; I imagine that's a separate
issue.)
As an aside, be sure to check out what
2009 Aug 02
3
i'm so stuck with text file and contour plot
Ok i feel pretty stupid.. been trying to read a text file that contains
heading in the first line in to R but cant. all i need to do is make a
contour plot for a friend but after weeks i feel like giving up.. i included
the first few lines of the file.. any help will be great
Thanks
Hannes http://www.nabble.com/file/p24777697/small.txt small.txt
--
View this message in context:
2007 Nov 30
0
How to Compute envelope of Khat in Splancs Package
Howdy Gurus
I am try to compute envelope of Khat from simulations of complete spatial
randomness using R package of "Splancs."
I got the following error:
> UL.khat <- Kenv.csr(length(X_coord), bnd, nsim=100, s)
Doing simulation 1
Error in runif(n, min, max) : invalid arguments
In addition: Warning message:
NAs introduced by coercion
I think that I have a problem with