:) Thanks.
I owe you an apology and retract it, as I copied the codes from others and
did not check the origin of these codes.
2008/4/16, Prof Brian Ripley <[EMAIL PROTECTED]>:
>
> On Wed, 16 Apr 2008, Guohui Ding wrote:
>
> Dear All,
> >
> > I have written a funct
Dear All,
I have written a function in c (in a file named 'a.c') as follows,
void convolve(double *a, int *na, double *b, int *nb, double *ab)
{
int i, j, nab = *na + *nb - 1;
for(i = 0; i < nab; i++)
ab[i] = 0.0;
for(i = 0; i < *na; i++)
for(j = 0; j < *nb; j++)
ab[i + j] += a
-Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of Guohui Ding
> > Sent: Friday, February 29, 2008 12:12 AM
> > To: R help (E-mail)
> > Subject: [R] How to convert the "user coordinate system" in R
> > gra
Dear friends,
The user coordiante system in the R graphics is easy to understand as
it simply corresponds to the range of values on the axes of the plot.
However, sometimes, we want to kown the coordinates of a region in other
system, e.g., the normal coordinate system whose origin is the th
¸÷λºÃ£¬
http://rbbs.biosino.org/Rbbs/
ÏÖÔÚÔÚ²âÊÔ£¬»¶ÓÒâ¼û¡£
--
ADDRESS: Bioinformatics Center, Shanghai Institutes for Biological Sciences,
Chinese Academy of Sciences
320 Yueyang Road, Shanghai 200031, P.R.China
[[alternative HTML version deleted]]
_
5 matches
Mail list logo