Displaying 20 results from an estimated 200 matches similar to: "interpolation methods"
2003 Feb 13
3
OO programming in R
Dear,
I'm looking for some examples on OO programming in R. I have the
programming manual with explanation on UseMethod and NextMethod but I
miss some practical examples to get me going (I hope). I searched the
web but could not find a good independent tutorial on this.
Any suggestions are welcome,
Kris
--
------------------------------------------------------------------------
2002 Nov 22
4
Use of variables to reference to objects
Hi,
I'm new to R and looking for a way to use a variable to reference to an
object.
I'm plotting several graphs on top of each other and want to do this by
a for loop. The field I want to graph have names like a1,a2,a3, ...
I can't figure out how to get this working:
It should look like this:
lines(spectral$Wavelength,paste("spectral$a",j,sep=""),col=j)
but
2003 Aug 21
2
Read date for timeserie object
Dear all,
Is there a simple trick to read in data with the following format and
create a Time Serie object of it?
Date CountOfField2
5/10/1998 7
5/11/1998 5
5/12/1998 2
5/14/1998 1
5/15/1998 1
5/19/1998 1
5/20/1998 1
5/21/1998 1
5/24/1998 2
5/25/1998 1
5/26/1998 2
....
2002
...
R should recognize that some dates are not available...(NA). You can
define start and end date Ok, and frequency= 365
2003 Sep 01
2
readcsvIts() to create irregular time series
Dear,
Thanks for the previous tips about 'its' for importing the following
data.
5/10/1998,7
5/11/1998,5
5/12/1998,2
5/14/1998,1
5/15/1998,1
5/19/1998,1
5/20/1998,1
1. When using the following command;
test<-readcsvIts('Fires98.csv',informat=its.format("%m/%d/%Y"),header=FA
LSE)
the function reads in the data from the csv file as;
V2
05/10/1998 7
2007 Sep 24
2
truehist?
Hello,
After a long time, I needed the truehist function, but my system
couldn't found it. I tried to install the package MAAS, but I couldn't
found it! Something happened?
Carlos
--
+-----------------------------------------------------------+
Carlos Henrique Grohmann - Guano
Visiting Researcher at Kingston University London - UK
Geologist M.Sc - Doctorate Student at
2004 Feb 28
2
questions about anova
Hello all,
I have two questions about anova (one is probably VERY basic...)
1 - when one asks for a summary of a trend surface created with surf.ls, he/she
gets:
> summary(g3r)
Analysis of Variance Table
Model: surf.ls(np = 3, x = gradiente$east, y = gradiente$north, z =
gradiente$num1)
Sum Sq Df Mean Sq F value Pr(>F)
Regression 215.7182 9 23.968693976
2007 Jun 27
2
moving-window (neighborhood) analysis
Hello all
I was wondering what would be the best way to do a moving-window
analysis of a matrix? By moving-window I mean that kind of analysis
common in GIS, where each pixel (matrix element) of the resulting map
is a function of it neighbors, and the neighborhood is a square
matrix.
I was hoping there was some function in R that could do that, where I
could define the size of the neighborhood,
2008 Oct 07
2
fitting a curve to data points
Hello all. This is likely to be a silly question, but I have a set of
data points and I want to fit a curve to it, like this:
http://www.igc.usp.br/pessoais/guano/temp/curve.png.
which function should I use?
many thanks
Carlos
--
+-----------------------------------------------------------+
Carlos Henrique Grohmann - Guano
Geologist M.Sc - Doctorate Student at IGc-USP -
2005 Mar 19
2
all fonts gone crazy
Hello all,
this is my first message to the list. I have wine
20041201, installed on my slack 10.1, and it was
working fine, until I installed a software and then
all fonts in menus and messages became weird symbols.
I am sending a screenshot to show how it is today.
Also I will let the image in
http://www.igc.usp.br/pessoais/guano/geocalc_wine.jpg
Does anyone know what is going on and how to
2003 Mar 25
1
geoR vector length error
Dear,
we have a problem with geoR. We try to read an ASCII table (x,y,z) with 40000
lines. With read.geodata we get the error:
Error in vector("double", length) : cannot allocate vector of length 799980000
We can read the file without any problem with read.table, but trying to
convert it to the geodata class gets the same error.
Any help/tips would be appreciated.
Kris, Dave
--
2002 Dec 01
1
Logistic regression
Hi,
I can't figure out how to get the P-values out of the summery of a logistic
regression. I used:
logit.out <- glm(...)
and then I should be able to extract just the P values for the coefficients.
Any idea?
Kris
--
------------------------------------------------------------------------
http://perswww.kuleuven.ac.be/~u0027178/VCard/mycard.php?name=krisn
2002 Dec 11
2
Can't find nls()
Hi,
I looked for the nls() function and couldn't find it. In the refman.pdf
it's mentioned as part of the nls package which I cannot find and I also
read something about the MASS package, also impossible to find for me.
Kris
--
------------------------------------------------------------------------
http://perswww.kuleuven.ac.be/~u0027178/VCard/mycard.php?name=krisn
2003 Aug 14
1
Contouring irregular xyz data via TIN
Dear,
I have XYZ data available in a MySQL database. I get it out, can plot
the data with the plot() function, load it into a geoR datastructure.
But what I actually would like to do is a simple contouring of the data
based on a no Kriging interpolation such as TIN based.
I know the first thing I shold do is interpolate a full matrix for the
region I have my points for, then contour should
2003 Apr 22
1
read.table and decimals
Dear,
We are trying to read an asciifile using the read.table() function and
discovered that only 4 decimals are read. Any idea how to get more decimals?
Kris
--
------------------------------------------------------------------------
http://perswww.kuleuven.ac.be/~u0027178/VCard/mycard.php?name=krisn
------------------------------------------------------------------------
Minds are
2009 Jan 13
1
sound
I used to have sound when i first installed wine, it stopped after a crash, then i noticed that it auto mutes the sound when i run any program with wine, i unmute it but still cant get no sound. Does anyone know how to fix this? I have tried pasdp but i get the following error: bash: pasdp: command not found
2018 Apr 30
0
New style replication in version 4?
Good morning all. I am landing here again following a spell on the list when I worked at XMA in the UK. Hello again.
I have a use case of having a remote office, which should be able to have a common storage area with a main office.
I recently worked on GPFS with AFM to achieve this at another company (not really relevant to this list).
I at first though Geo Replication would be ideal fo
2005 Jun 06
2
mISDN + chan_misdn.so + winbond issue
Hi all,
Does anybody of you have the winbond w6692 working with the
mISDN/chan_misdn.so?
When loading chan_misdn.so from Asterisk, I get a "No lower Id port:1"
error. The /var/log/messages file says: "MISDN free_device: entitylist
not empty"
I'm using Linux 2.6.11.11 + mISDN-CVS-2005-05-01 + Asterisk 1.0.7 + Zaptel 1.0.7
chan_misdn build from chan_misdn-beta-0.0.3-rc6
2003 Aug 11
0
tsdiag and tsStructure for np,ns,nt and nl determination
Hi R-Helpers,
I'm dealing with the STL procedure and trying to apply the tsdiag and
StructTS onto the ts object to analyse the different parameters which
need to be set. How can I use the tsStructure & tsdiag to create a
seasonal, trend and cycle subseries plot so that I can select & analyse
the correct np,ns, nt and nl?
The problem is that too much signal goes into the seasonal
2003 Jul 30
2
STL- TimeSeries Decomposition
Dear R Helpers,
Currently I'm working with the ts package of R and created a TimeSerie
from pixels extracted from satellite imagery(S10 NDVI data, 10 daily
composites). I'm trying to decompose this signal in different signals
(seasonal and trend).
When testing out the STL method is says => Only univariate timeseries
are allowed, but the current Timeserie I'm using is univariate!
2004 Apr 26
2
Spatial Autocorrelation for point data
Hi R helpers,
Is there a function (package?) in R available which tests "spatial
autocorrelation" between points (e.g. vector layer of weather stations)?
(e.g. Moran's I...)
Via the archives we found out that there is a package 'spdep' which uses
grid data for testing spatial autocorrelation.
Thanks a lot,
Jan