Displaying 3 results from an estimated 3 matches for "zeroone".
Did you mean:
zerozone
2012 Sep 14
2
plotting points on a map, assigning vectors to values from dataset
...s well,
because they are 21-24) and plot them on the map.
Now, the map is properly displayed, and the location of the pch symbols is
correct as well. But the actual symbols (and bg colors) do not match the
original data in the txt-file. (e.g. a white circle should display languages
with value "zeroone", and a black diamond those with "sixseven", but there
are white diamonds for "zeroone". That is easy to change if I only had two
values, but I have four, and whatever I change it never matches the actual
data).
I want to automatically match my values (e.g. zeroone, twothre...
2003 Jul 29
1
Tktable active cell
Thomas Sudler <TSudler at ch.imshealth.com> wrote:
> I want to start an action when i click into a cell. Example:
When I click
> into a cell, a message box should open with the information of
the
> location of the cell where I clicked in. <SNIP> So I only
> need to know how to get the possition of the active cell.
Thomas,
Getting the active cell is easy, just use :
2003 Jul 30
1
Tktable White column when WIDTH>13
On Wed, 30 Jul 2003 TSudler at ch.imshealth.com wrote:
<SNIP>
table1 <- tkwidget(tt,"table",variable="tclArray",
rows=as.character(dim(datifram)[1]+1),
cols=as.character(dim(datifram)[2]),titlerows="1",
titlecols="3",selectmode="extended",height="27",