Displaying 6 results from an estimated 6 matches for "hwidentifi".
Did you mean:
hwidentify
2010 Jan 29
2
help in R 2.9.x for R 2.10.x packages
[Env: Win Xp]
Is there any options() setting or call to help() or help.start() that
will allow me to view a help file for
a package built under R 2.10.x under R 2.9.2?
I'm using both R 2.9.2 and R 2.10.1, but prefer the former because the
CHM help is so much easier
to use. Yet, if I install a package built for R 2.10.x, I can't find
*any* way to display a help file in this
package.
2010 Jan 28
2
color palette for points, lines, text / interactive Rcolorpicker?
I'm looking for a scheme to generate a default color palette for
plotting points, lines and text (on a white or transparent background)
with from 2 to say 9 colors with the following constraints:
- "red" is reserved for another purpose
- colors should be highly distinct
- avoid light colors (like "yellow"s)
In RColorBrewer, most of the schemes are designed for area fill
2009 Aug 12
3
How to label and unlabel points on scatterplot with mouse pointer
Dear all,
How can I label/unlabel points on scatterplot with mouse pointer. As the
mouse approches near to point, it should label the closest point, then
unlabel when it moves away.
How can I do in R? I be very thankful.
Thanks and Regards,
Hitesh Singla
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
2012 Oct 16
2
dynamic plots
Greetings,
The website fivethirtyeight has a great plot.
http://www.nytimes.com/interactive/2012/10/15/us/politics/swing-history.html
Can this be done with R or GGobi or GGPlot?
thanks,
Tom
2013 Feb 28
1
query labels in iplot() (or other interactive scatterplot)
By Ctr-moving the cursor over a point in an iplot() scatterplot
(package iplots) it is possible to check the exact x,y coordinates
of a given point. Is it possible to check a text label for that point
as well? (i.e., the same info that would get printed on the graphic
using text(x,y, labels=v)
or with identify(x,y,labels), but I do not want to get the labels
permanently plotted on the graphic)
2009 Dec 10
1
Labeling plot points
Hi, all. I've been searching for a while to find out how to create an
scatterplot which would let a user interact with it, specifically by
hovering the mouse over a point and having a pop-up appear with data about
the point. The pop-up would disappear when the mouse moved away. I've
included a mock-up below.
I've found out how to use identify() to make a label appear when clicking a