search for: mccaughey

Displaying 3 results from an estimated 3 matches for "mccaughey".

2004 Mar 01
1
non-negative least-squares
...quot;nntik"<-function(A,L,data,lambda) > { > H<-rbind(A,lambda*L) > i<-1:(nrow(L)+length(data)) > q<-ifelse(i<=length(data),data[i],0) > nntik<-nnls.fit(H,q) > return(nntik) > } I think this is the same as what pcls states: Willem -- Dr R.W. Vervoort McCaughey Senior Lecturer Hydrology and Catchment Management Faculty of Agriculture, Food and Natural Resources Rm 503, Watt Bldg. http://www.agric.usyd.edu.au/mccaughey Postal: Bldg A03 The University of Sydney, NSW, 2006 phone: +61 (2) 9351 8744 fax: +61 (2) 9351 5108 e-mail: w.vervoort at acss.usyd...
2009 Jun 26
3
panel.text and saving to pdf
...04 day 17 svn rev 48333 language R version.string R version 2.9.0 (2009-04-17) ----------------------------------------------------------------- Dr. R.W. Vervoort McCaughey Senior Lecturer Hydrology and Catchment Management Faculty of Agriculture, Food and Natural Resources, Bldg A04, The University of Sydney, NSW 2006 http://tinyurl.com/mccaughey http://blogs.usyd.edu.au/waterhydrosu ph: +61 2 9351 8744 fax: +61 2 9351?4953
2004 Feb 22
0
countourplot background
Hi, Found the answer to the background myself: 'trellis.par.get' and 'trellis.par.set' background<-trellis.par.get("background") background$col<-"white" trellis.par.set("background", background) Willem -- Dr R.W. Vervoort McCaughey Senior Lecturer Hydrology and Catchment Management Faculty of Agriculture, Food and Natural Resources Rm 503, Watt Bldg. http://www.agric.usyd.edu.au/mccaughey Postal: Bldg A03 The University of Sydney, NSW, 2006 phone: +61 (2) 9351 8744 fax: +61 (2) 9351 5108 e-mail: w.vervoort at acss.usyd...