search for: acinonyx

Displaying 4 results from an estimated 4 matches for "acinonyx".

2011 Nov 09
1
installing java on ubuntu 11.10 installation
Dear list members, I am starting to get acquainted with linux on a ubuntu 11.10 installation on an external hard disk. I have just installed R and all the packages available in the r-cran-* list. Now, I would like to get on with the installation of packages like Deducer and Acinonyx. The former requires JGR which in turn requires Java. I have tried to follow the instructions available at the following link on the R wiki : http://rwiki.sciviews.org/doku.php?id=getting-started:installation:debian which in turn points at : http://rosuda.org/JGR/linux But these instructions do n...
2011 Oct 07
1
iplots
Hi guys, I am trying to plot a scatterplot with lines instead of with points using function iplot in library iplots. The best I can come up with is x =(1:100) y = rnorm(100) iplot(x,y,ptDiam=0) ilines(x,y) Do you guys know of any paramter to set the "type" in iplot or iplot.opt? Thanks, Fernando ?lvarez
2012 Sep 05
1
Refresh times very slow for simple plots.
Hello everybody, On my system (R 2.15.1-4 on Debian Stable plus some updates), resizing graphic windows (by stretching their borders with the mouse) takes one order of magnitude more time than redrawing them (by running the command again). For instance, the command ??plot(data.frame(rnorm(10), rnorm(10), rnorm(10)))?? is executed almost instantely, but if I resize the graphics window, it takes 3
2011 Jun 04
2
Interfacing a C++ class
Hello Apologies for cross-posting, the discussion should (if) go to R-devel, but I also want to reach the rcpp-devel people. My C++ class FOO is a module available through Rcpp, and it works fine and is -- so far -- bug free. With trying to further develop my R package, I thought it was a good idea to interface my C++ workhorse FOO with an S4 class Foo. After some long and not always insightful