search for: starbursts

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

Did you mean: starburst
2010 Sep 20
1
Please help with this error - new to
I am getting the following error in my script. I am very very new to R and have obtained this script from another person. #read file in (dummy data) starburst.plot<-function(affy.fold, affy.FDR)(ifelse( ((affy.fold) >=0), -1*log10(affy.FDR), 1*log10(affy.FDR))) starburst.plot<-function(meth.fold, meth.FDR)(ifelse( ((meth.fold) >=0), -1*log10(meth.FDR), 1*log10(affy.FDR))) At my next
2015 Jan 23
0
Orwell's 1984 from Freedesktop,org?
On Fri, January 23, 2015 06:50, Bill Maltby (C4B) wrote: > > I don't want this stupid thing popping up every time I switch from my > normal active user logons to my "dead" one (used to get around the > unaddressed bug I filed over a month ago about switching run levels > causing crashes and running multiple users as I'd been doing for ... > over a decade(?) on
2001 Jul 30
0
Re: forwarded message from Ross Ihaka
...pretty good polygon hatching algorithm written and running in R. It's robust when implemented in floating point arithmetic, runs in time at worst linear in the diameter of the area and O(n log n) in the number of sides of the polygon, and works well on my ugly testcases (like 500-point random starbursts, self-intersecting polygons, and so on). I don't expect any difficulty in implementing it as a part of R's "graphics.c". Unless your student is really, really excited about polygon hatching (and who wouldn't be!), maybe there's something else you want to force him or her...