Displaying 3 results from an estimated 3 matches for "adesub".
Did you mean:
addsub
2004 Feb 02
3
ordering and plotting question
Hi,
I am trying to plot several rows out of a list of thousands. I have 40
columns, and about 16,000 rows with the following Df structure.
ID X01 X02 X03..X40
AI456 45 64 23...
AI943 14 3 45 ..
AI278 78 12 68..
BW768 -2 -7 34..
...
My question is, I have a list of 100 IDs generated elsewhere
(Df-"Ofinterest"), I would like to plot the 100 IDs from that data
frame over the 40 columns
2010 Dec 06
2
Problemas instalando el paquete "ade4"
...39;'application/x-gzip'' length 1625416 bytes (1.6 Mb)
URL abierta
==================================================
downloaded 1.6 Mb
* installing *source* package ''ade4'' ...
** libs
gcc -std=gnu99 -I/usr/share/R/include -fpic -g -O2 -c adesub.c
-o adesub.o
gcc -std=gnu99 -I/usr/share/R/include -fpic -g -O2 -c divsub.c
-o divsub.o
gcc -std=gnu99 -I/usr/share/R/include -fpic -g -O2 -c
fourthcorner.c -o fourthcorner.o
gcc -std=gnu99 -I/usr/share/R/include -fpic -g -O2 -c phylog.c
-o phylog.o...
2004 Aug 11
0
Calling Lapack From C code
...I include the following lines
#include <stddef.h>
#include <math.h>
#include <time.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <assert.h>
#include <Rmath.h>
#include <R.h>
#include <R_ext/Utils.h>
#include "adesub.h"
I have compiled the Package on my PC under windows XP (Rcmd install works
fine).
I have try to install it on another computer with R-1.9.1 running under MAC
OS X (Panther 10.3.4), but the installation failed with the following message:
FORWARD.C:328: error: `dgesvd_' undeclared (fir...