search for: x_read

Displaying 2 results from an estimated 2 matches for "x_read".

Did you mean: xb_read
1998 Mar 09
2
R-beta: read.table and large datasets
I find that read.table cannot handle large datasets. Suppose data is a 40000 x 6 dataset R -v 100 x_read.table("data") gives Error: memory exhausted but x_as.data.frame(matrix(scan("data"),byrow=T,ncol=6)) works fine. read.table is less typing ,I can include the variable names in the first line and in Splus executes faster. Is there a fix for read.table on the way? -.-.-.-.-.-....
2001 Nov 20
1
trouble running pixmap examples
...project with many contributors. Type `contributors()' for more information. Type `demo()' for some demos, `help()' for on-line help, or `help.start()' for a HTML browser interface to help. Type `q()' to quit R. [Previously saved workspace restored] > library(pixmap) > x_read.pnm(system.file("pictures/logo.ppm",package="pixmap")[1]) Error in readBin(con, "integer", n = ncells, size = 1, signed = F) : unused argument(s) (signed ...) > -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing lis...