search for: starburst

Displaying 3 results from an estimated 3 matches for "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 command, I get the following error: > g.ex.affy <- s...
2015 Jan 23
0
Orwell's 1984 from Freedesktop,org?
...vided (sudo, "su -", ...) for non-root users to > invoke and accomplish these functions on *their* schedule, rather than > that set by some anonymous "one who knows better". > I have not encountered this behaviour in any CentOS-5 or 6 installation. All I ever get is a starburst icon in my top panel when there are unapplied updates. Are you telling us that when you switch users (how exactly are you doing that?) that this PackageKit dialogue window displays without any further action on your part? -- *** E-Mail is NOT a SECURE channel *** James B. Byrne...
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 he...