Displaying 20 results from an estimated 2000 matches similar to: "interp equivalent"
2000 Nov 09
0
creating dll file
> Date: Thu, 9 Nov 2000 15:00:20 +0000 (GMT)
> From: "Paulo J. Ribeiro Jr" <p.ribeiro at lancaster.ac.uk>
> I'm trying to create a dll file for the windows distribution of a package.
>
> I've tried mingw32 and cygwin with the commands given below and it seems
> that there is a problem related with C random() function.
> (-mno-cygwin only included
2000 Jun 02
1
test for a formulae
I'd like to check within a whether an argument is a formulae of the type
~X or similar.
What's the right way to do so?
I'm using: is.language(obj) but not sure this is right
Thanks in advance
P.J.
Paulo Justiniano Ribeiro Jr
Dept Maths & Stats - Fylde College
Lancaster University
Lancaster LA1 4YF - U.K.
e-mail: paulojus at est.ufpr.br
http://www.maths.lancs.ac.uk/~ribeiro
2001 Nov 21
2
contour as a generic function?
After "image" and "persp" would it be interesting to als have contour as a
generic function?
Cheers
Paulo Justiniano Ribeiro Jr
Dept Maths & Stats - Fylde College
Lancaster University
Lancaster LA1 4YF - U.K.
e-mail: Paulo.Ribeiro@est.ufpr.br
http://www.maths.lancs.ac.uk/~ribeiro
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
2001 Dec 21
0
Installing Packages (fwd)
This depends whether you want to compile the packages yourself (here you
need the extra tools) or just
install the pre-compiled versions (here you don't need them).
I would guess that most of the Windows users just do the latter and the
installation is then straighforward by using the option "Packages" on the
top menu.
You can donload/install from CRAN or from a local zip file.
2001 Jun 10
1
documentation and \sloppy (PR#976)
Hi
When preparing documentation using Rd2dvi sometimes we get "overflow" on
some lines. The consequence is that in the documentation there are some
lines where words are not hyphenated or moved. The final document has some
lines with more columns than the rest of the text.
This happens when we use \code{} (which probably calls the \tt in latex).
I've been checking the documentation
2001 Jun 05
1
error in make install-info (PR#969)
Hi
I'm installing R with the standard commands:
./configure
make
make check
make dvi to create DVI versions
make pdf to create PDF versions
make info to create info files
make install
make install-dvi
make install-info
make install-pdf
Everything works fine apart from "make
2003 Jan 08
1
try.Silent
In an email to the help list John Chambers
wrote about the function helpSilent which is in the methods package,
pointing out that there is no restrictive reason to be in this package.
I did not know about this function and just incorporate it in several
functions of the geoR package where a much less elegant solution was
being used.
I guess other packages could use it as well.
Therefore,
2001 Nov 09
1
One package calling C-code from another package.
Dear R people
We have two packages, where the first package (geoR) is required by the
second (geoRglmm).
Both packages have functions calling C-code via .C().
We would like to call C-functions included in the first package
from within the C-code in the second package.
Is this possible?
An appropriate header file was included in the src directory of the
second package but this alone did not
2003 Aug 05
1
levelplot and points
Hi all,
I face the following problem.
I have two variables x,y. I have also calculated the surface z.
When I am drawing the surface with function >levelplot (in library lattice) everything is OK. I have the legend etc ...
Then I am trying to plot x,y on the same graph. So I am doing :
>points(x,y)
But, the points are not in the correct position. They are a little bit shifted to the
2003 Nov 24
1
R-1.8.0 package directory permissions?
Hello,
I maintain a self-made R package under my own home directory
"~/.R/library" on our university computer net (SunOS 5.8 system).
After updating R to 1.8.0, I found other people cannot access my
package any more. They got this error message:
Error in library(tb, lib.loc = "/home/fs.hpc/43/zhengp1/.R/library") :
This is not a valid package -- no DESCRIPTION exists
I set
2003 Oct 20
1
presentation of spatial-temporal point processes
Hello all,
Would anybody tell me how to present spatial-temoral point processes in R,
for example, I'd like to plot the spatial points in the sequence of
their time domain?
Cheers
--
Pingping Zheng
Department of Mathematics and Statistics
Fylde College
Lancaster University
Lancaster LA1 4YF
UK
2001 Mar 01
2
How to plot two variables in one histogram?
Dear R members,
Is there a way I can include more than one variable in a histogram? Many
thanks in advance,
Liqing,
Liqing Zhang
Department of Ecology & Evolutionary Biology
321 Steinhaus Hall
U.C. Irvine
Irvine, CA 92697-2525
Phone:(949)-824-7703
Fax: (949)-824-2181
Email: lzhang at uci.edu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2001 Apr 06
1
interpolation in matrix
How would you proceed with the following problem:
I have an data frame containing a table relating raw scores on an iq test to
'decile-like' scores.
data<-data.frame(age =c( 8, 9, 10, 11, 12, 13, 25, 30, 35, 40, 45, 50,
55, 60, 65, 70),
pers90=c(33, 39, 43, 47, 50, 54, 54, 52, 50, 49,
47, 46, 43, 42, 39, 37),
perc75=c(27, 31, 37,
2001 Jun 08
2
How to reference R in a scientific document ?
Hi
I'm writing my MSC and I've used R to do the data analysis. Now I want
to make a reference to the program but I don't know how !
I thought of something like:
Anonymous. 2001. R - Data Analysis Environment. Version 1.2.3.
www.r-project.org
Can someone help me with this ?
Thanks
EJ
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing
2000 Apr 26
1
Writing lgrindefs
Dear all,
I'm writing a lgrind definition for R. Lgrind is a program to produce
pretty program listings for inclusion in LaTeX documents. Does anybody
here have any experience with lgrindefs?
My definition now looks like this:
R:\
:pb=^\d?\p\d<-\dfunction\(\a\):\
:bb={:be=}:cb=\d#:ce=$sb=":se=\e":lb=':le=\e':id=.:\
:zb=@:ze=@:tb=%%:te=%%:mb=%\$:me=\$%:vb=%\|:ve=\|%:\
2000 Apr 26
1
Writing lgrindefs
Dear all,
I'm writing a lgrind definition for R. Lgrind is a program to produce
pretty program listings for inclusion in LaTeX documents. Does anybody
here have any experience with lgrindefs?
My definition now looks like this:
R:\
:pb=^\d?\p\d<-\dfunction\(\a\):\
:bb={:be=}:cb=\d#:ce=$sb=":se=\e":lb=':le=\e':id=.:\
:zb=@:ze=@:tb=%%:te=%%:mb=%\$:me=\$%:vb=%\|:ve=\|%:\
2001 Aug 02
1
Package GSS for interpolation in more than 2D?
Dear all,
There has been some time since I asked about interpolation in higher (>2)
dimensions, and I must admit I failed to write a function to do this
myself the last time, but eventually ended up doing it in MATLAB. I tried
to translate the MATLAB code, but MATLAB code is so much more opaque than
R (S) code, so I failed that too, mainly because I could only get one
MATLAB session, I would
2000 May 02
16
R Documentation(s)
Dear all,
I am interested by the various messages sent to the r-help mailing list
these last few days about documentation on R. Yet, there are a lot of
issues actually open on this topic, and it is not clear to me what is the
"urgent need for documentation" on R.
R comes with the 'Introduction to R' by Venables et al. I recommend the
colleagues and students in my lab who are
2004 Mar 05
4
Command Line Expressions
Hi,
Is it possible to run R in command line to evalute R expressions
and return results to stdout, something like
>R CMD -e "R.version$minor"
then you got return
>"8.1"
Or do a simple calculation
>R CMD -e "sin(1.2)"
>0.932039
Thanks.
--
Pingping Zheng
Department of Mathematics and Statistics
Fylde College
Lancaster University
Lancaster LA1 4YF
2005 Mar 18
4
passing arguments to FUN in lapply
Suppose I have a nx2 matrix of data, X, the following code generate
density estimation for each column and plot them
denlist <- apply(X, 2, density)
par(mfrow=c(1,2))
lapply(denlist, plot)
Does anyone know how to change the main title of each density plot
to "var 1", "var 2" by passing optional argument "main"? I've tried
lapply(denlist, plot,