Displaying 5 results from an estimated 5 matches for "perceptualedge".
2008 Mar 25
5
Thinking about using two y-scales on your plot?
Please read this first:
http://www.perceptualedge.com/articles/visual_business_intelligence/dual-scaled_axes.pdf
It's a reasoned discussion of why it's a bad idea and proposes some
alternative methods.
Another good article is:
K. W. Haemer. Double scales are dangerous. The American Statistician,
2(3):24?24, 1948.
People have been advisi...
2008 Aug 15
6
continuous coloring of a polygon
R2.7.1, WinXP
Hi,
I have a polygon inside a circle as follows:
radius <- 3
x <- seq(-radius,radius,length=2000)
y <- sqrt(radius^2-x^2)
xx <- c(x,-x)
yy <- c(y,-y)
plot(xx,yy, xlim=c(-radius,radius),ylim=c(-radius,radius), type="l",
ylab="", xlab="", axes=F)
radius <- 2.7
x1 <- seq(-radius,radius,length=2000)
y1 <- sqrt(radius^2-x1^2)
2008 May 22
3
secondary axis in a plot
Hello,
I want to do a plot of two series, but adding a secondary axis in the rigth
side to take into account the different scales of the two series. Anyone can
tell me haw can I do that in R?
Thank you very much
Maria
--
View this message in context: http://www.nabble.com/secondary-axis-in-a-plot-tp17402079p17402079.html
Sent from the R help mailing list archive at Nabble.com.
2008 Jul 29
2
Panel of pie charts
Hi ,
I am looking to making a panel of pie charts fo some of my dritribution data . I was wondering if there is a way in any R package to write a small script to do so.
Thanks,
Amin
[[alternative HTML version deleted]]
2008 Jan 15
3
Graphical output: dials and meters for a dashboard?
Hello,
I'm new to R and am evaluating it to see whether it would be an appropriate tool to create a "dashboard" (a graphical statistical summary page). Could someone tell me if it is possible to display data as dials or meters. e.g. the four dials here: http://www.pentaho.com/images/snap_dashboard_1.png
Browsing the site hasn't revealed anything yet.
Thanks for any