Displaying 3 results from an estimated 3 matches for "packaga".
Did you mean:
package
2008 Aug 08
2
Tcl\tk not supported on this system
In trying to install the pbatR package, I was greeted with the error
Error: package 'tcltk' does not have a name space
Execution halted
Directly installing the package tcltk2 returned the following error:
Loading required package: tcltk
Error in firstlib(which.lib.loc, package) :
Tcl/Tk support is not available on this system
I have seen from previous posts that tcl/tk must be
2012 Apr 10
0
Scatterplot matrix with partly transformed axis
Hi,
I am wondering if anybody has experience with
scatterplot matrices where some (but NOT all) axis
are transformed and the labels are nicely plotted.
So far I looked into
1) pairs()
2) scatterplotMatrix() from package 'car'
3) splom() from packagae 'lattice'
4) plotmatrix() from 'ggplot2'
I can see no easy way to get what I want which is:
*) a scatterplot matrix of three variables
*) 2 of 3 variables should be log-transformed
*) the labels for the log transformed variables should be e^2 etc resp. 10^2 etc.
*) the variable na...
2007 Apr 16
0
Reasons to Use R (no memory limitations :-))
...imitations, compared handling with S and SAS. Since I routinely use R to process multi-gigababyte sets on computers with sometimes 256mb of memory - here are some comments on that.
Most memory limitations vanish if R is used with any relational database. [My personal preference is SQLite (RSQLite packaga) because of speed and no-admin (used in embedded mode)]. The comments below apply to any relational database, unless otherwise stated.
Most people appear to think about database tables as dataframes - that is to store and load the _whole_ dataframe in one go - probably because appropriate functio...