I installed the (binary) biOps package, which can use libtiff and libfftw.
Then I used macports to install the libraries (in /opt/local/lib). But I
restart R and biOps still does not see the libraries.
I've tried adding symbolic links from /opt/local/lib to /usr/local/lib, I've
added /opt/local/l
Are you looking for more of an R IDE or simply an editor?
In the Mac GUI-version of R, there's a built-in editor (File->New Document)
with some simple features, including the ability to highlight and press
CMD-Return to execute. I also use Smultron, a free Mac-based text editor
with a reasonable
joseph.g.boyer wrote:
>
> Thomas, Jeff, Mark, Antonio,
>
> Thank you for your answers. They have helped me clarify how R functions
> work. They work differently from SAS functions (which SAS calls macros.)
>
> To me, while the coding is quite awkward, the execution is logical. The
> variabl
I'm just a ggplot2 beginner, but...
It seems to me that you're mixing continuous and factor variables/concepts.
It looks to me as if ForkLength and Number are continuous values. But you'll
need to convert ForkLength into a factor before using geom="bar". I do that
and the graph "works" but the ba
I don't have any experience with your particular problem, but the thing I
notice is that mahalanobis is that by default you specify a covariance
matrix, and it uses solve to calculate its inverse. If you could supply the
inverse covariance matrix (and specify inverted=TRUE to mahalanobis), that
mi
stephen sefick wrote:
>
> yes a parallel coordinates plot- I understand that it is for
> multivariate data, but I am having a hard time figuring out what it is
> telling me. Thanks for your help.
>
In the lattice book, the author mentions that static parallel plots aren't
very useful, in gener
6 matches
Mail list logo