Re: [R] png-generation from script (non-X11 env) now broken?

2014-02-25 Thread epi
Hi, You can try to use cairo instead of png. IT doesn’t require X. try putting this line in a Rprofile file : options(bitmapType=cairo) Massimo. On Feb 25, 2014, at 1:36 PM, David Wolfskill r...@catwhisker.org wrote: Since ... hmmm.. May 2012, I've had a cron-initiated script

Re: [R] help understanding hierarchical clustering

2013-05-01 Thread epi
-4352 -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of epi Sent: Tuesday, April 30, 2013 8:06 PM To: r-help@r-project.org Subject: [R] help understanding hierarchical clustering Hi All, i've problem to understand how to work

Re: [R] help understanding hierarchical clustering

2013-05-01 Thread epi
-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of epi Sent: Tuesday, April 30, 2013 8:06 PM To: r-help@r-project.org Subject: [R] help understanding hierarchical clustering Hi All, i've problem to understand how to work with R to generate a hierarchical clustering my data

[R] help understanding hierarchical clustering

2013-04-30 Thread epi
Hi All, i've problem to understand how to work with R to generate a hierarchical clustering my data are in a csv and looks like : idcode,count,temp,sal,depth_m,subs 16001,136,4.308,32.828,63.46,47 16001,109,4.31,32.829,63.09,49 16001,107,4.302,32.822,62.54,47 16001,87,4.318,32.834,62.54,48

[R] install error - Netcdf library (linux)

2013-03-07 Thread epi
Hi All, i'm on a debian linux 64bit, i'm tying to install the netcdf intraface, i tried both ncdf and ncdf4 but trying to build i received the error : (i have necdf installed on my machine and it is able to fiund it .. no missed .h) epy@epinux:~$ sudo R CMD INSTALL

[R] deduplication

2010-06-03 Thread Epi-schnier
Colleagues, I am trying to de-duplicate a large (long) database (approx 1mil records) of diagnostic tests. Individuals in the database can have up-to 25 observations, but most will have only one. IDs for de-duplication (names, sex, lab number...) are patchy. In a first step, I am using Andreas