Displaying 2 results from an estimated 2 matches for "integeritem".
Did you mean:
integerised
2011 Jan 26
0
RGtk2Extras package for dataframe editing and easy dialog creation
...rite an R function, you can create a dialog for it.
An example:
# A function with one argument, N
Histogram = function(N) hist(rnorm(N))
# Dialog markup list for the function Histogram
# Create the main dialog label with the first "label=" (optional)
# Then specify N.integerItem=50, where
# (1) N is the function argument
# (2) integerItem is the type of widget to use, see ?run.dialog
# (3) the value 50 is the default
# Then with the second "label=" add a label for the "N" item (optional)
Histogram.dialog = list(label = "Hi...
2011 Jan 26
0
RGtk2Extras package for dataframe editing and easy dialog creation
...rite an R function, you can create a dialog for it.
An example:
# A function with one argument, N
Histogram = function(N) hist(rnorm(N))
# Dialog markup list for the function Histogram
# Create the main dialog label with the first "label=" (optional)
# Then specify N.integerItem=50, where
# (1) N is the function argument
# (2) integerItem is the type of widget to use, see ?run.dialog
# (3) the value 50 is the default
# Then with the second "label=" add a label for the "N" item (optional)
Histogram.dialog = list(label = "Hi...