[R] RNetCDF seg fault

2005-11-29 Thread Viet Nguyen
Dear RNetCDF developers, I haven't been able to load RNetCDF in R for a while. I wonder if this is a bug or a problem with my installation. I'm using Debian testing. library(RNetCDF) Segmentation fault 5:01pm(dongda)~R --version R 2.2.0 (2005-10-06). Copyright (C) 2005 R Development Core

[R] using minor tickmarks with xYplot

2005-11-28 Thread Viet Nguyen
Hi all, I'm trying to make a plot with the function xYplot from package Hmisc in R. I would like to have minor tick-marks on the axis. This should be a common simple feature to have but I don't seem to find any discussion on the topic. Following is one of the things I tried and the error

[R] rotated ylab with xyplot

2005-11-28 Thread Viet Nguyen
hi all, in R, what's the best way to have a rotated ylab in a graph plotted with either xyplot or xYplot? I tried this but it didn't work. xyplot(y~x,data.frame(x=1:10,y=runif(10)),ylab=list(srt=90,crt=90,rot=90,label=my label)) more generally, how do you output a text at an angle in a

Re: [R] dots expansion

2004-08-03 Thread Viet Nguyen
Thanks to all who helped. I used your ideas and code samples to write the following (for the benefit of people who will search this list later): rbind.case - function(..., name=case, values) { dots - list(...); if (missing(values)) values - 1:length(dots); if

[R] dots expansion

2004-08-02 Thread Viet Nguyen
Hi list, I'm trying to write a function similar to rbind, except that needs to add a factor to each component array before rbinding them together so that the rows from different arrays are distinguishable. The problem that arose is how to loop through arguments in the dots ... list. I need to

[R] netcdf read/write package

2003-06-28 Thread Viet Nguyen
up on C++/Fortran netcdf lib. Thanks and regards, viet nguyen __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Re: [R] looking for Prof Bates' file

2003-06-09 Thread Viet Nguyen
Actually the file is there when I check today. The server was down yesterday. Thanks, viet Message: 31 Date: 09 Jun 2003 11:44:25 +0200 From: Peter Dalgaard BSA [EMAIL PROTECTED] Subject: Re: [R] looking for Prof Bates' file To: Viet Nguyen,,, [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Message

[R] looking for Prof Bates' file

2003-06-08 Thread Viet Nguyen,,,
Hello I'm reading up on fitting truncated Weibull distribution to data. There are posts in 2002 that point to this presentation by Prof Bates: http://www.stat.wisc.edu/~bates/JSM2001.pdf but now the file is not there. I can't find it anywhere else, Google doesn't have a cached copy for it.