Displaying 4 results from an estimated 4 matches for "locatorbell".
2007 Jul 11
0
tkfocus issue
Dear All:
I am stuck with this issue:
I have a button on a TK window, once click it, it pops up a individual
plot device:
individual_plot <- function() {
tkconfigure(overlay.button, state="normal")
options(locatorBell = FALSE)
plotfuntype()
trellis.focus("panel", 1, 1,highlight=FALSE)
panel.identify(labels=colnames(dataplot))
}
Now I have another button, originally state="disabled", but activated by
: tkconfigure(overlay.button, state="normal") in previous function:...
2004 Mar 24
5
colors, lines, characters .... documentation
Hi,
Very so often when i am plotting something, doing a histogram, or
whatever i am struggling to find out which are the numbers for
different colors, palette names, types of lines, symbols, etc. Is
there any documentation on line with all these numbers / names
and the associated symbol / color???
For example if i am using the command image it uses a palette
from red to yellow, with red the
2003 Oct 08
1
R-1.8.0 is released
...are not user-visible. methods(class = "foo") now lists
non-visible functions, and checks that there is a matching generic.
o model.matrix() now warns when it removes the response from the
rhs of the formula: that this happens is now documented on its
help page.
o New option `locatorBell' to control the confirmation beep
during the use of locator() and identify().
o New option("scipen") provides some user control over the
printing of numbers in fixed-point or exponential notation.
(Contributed by David Brahm.)
o plot.formula() now accepts horizontal=TRUE...
2003 Oct 08
1
R-1.8.0 is released
...are not user-visible. methods(class = "foo") now lists
non-visible functions, and checks that there is a matching generic.
o model.matrix() now warns when it removes the response from the
rhs of the formula: that this happens is now documented on its
help page.
o New option `locatorBell' to control the confirmation beep
during the use of locator() and identify().
o New option("scipen") provides some user control over the
printing of numbers in fixed-point or exponential notation.
(Contributed by David Brahm.)
o plot.formula() now accepts horizontal=TRUE...