search for: repends

Displaying 3 results from an estimated 3 matches for "repends".

Did you mean: depends
2008 Dec 04
1
xspline, graphical parameters and MAXNUMPTS
...1,0),border=2,lty=2) # OK-ish, red, but no dashes More complex case: x <- c(-50.25, -50, -49.75, -0.75, -0.5, -0.25, 0.25, 0.5, 0.75, 49.75, 50, 50.25) y <- c(0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1) s <- c(1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1) plot(c(0,1),c(0,1)) xspline(x,y,s,open=TRUE,repEnds=FALSE,border=2,lty=2) # fails MAXNUMPTS points <- xspline(x,y,s,open=TRUE,repEnds=FALSE,border=2,lty=2,draw=FALSE) #fails MAXNUMPTS plot(c(-50,50),c(0,1)) xspline(x,y,s,open=TRUE,repEnds=FALSE,border=2,lty=2) # OK-ish: red, but no dashes points <- xspline(x,y,s,open=TRUE,repEnds=FALSE,bor...
2005 Jul 19
2
Low RAM
Hi all, Is it possible to install (and run) CentOS-3 with only 160 MB of RAM?? Have I put special params to boot it?? Thank you very much __________________________________________________ Correo Yahoo! Espacio para todos tus mensajes, antivirus y antispam ?gratis! Reg?strate ya - http://correo.espanol.yahoo.com/
2006 May 17
6
newbie wants to know..FasterCSV or just CSV?
I''m trying to grab a CSV file from a user and let them upload it directly to my database, but doing some minor checks on the data before saving. Which is the easier way to implement this? CSV or FasterCSV? I saw that perhaps there were some issues with FasterCSV and csv files created from Mac versions of Excel. Anyone have any experience with this and can recommend a newbie friendly