Displaying 2 results from an estimated 2 matches for "histogram_output".
2011 Jan 26
0
RGtk2Extras package for dataframe editing and easy dialog creation
...istogram of N points",
N.integerItem = 50, label = "Value of N")
# Run the dialog.
# The returned list has elements "args" for dialog arguments
# and "retval" for the return value.
# With auto.assign=TRUE, the return value is stored in "Histogram_output".
# run.dialog also does error handling, interrupts and an optional
# progress bar dialog for long running tasks, see ?run.dialog
a = run.dialog(Histogram)
A more complex demo example, thanks to Graham Williams:
demo(MakeAngle)
The second feature of RGtk2Extras is gtkDfEdit,...
2011 Jan 26
0
RGtk2Extras package for dataframe editing and easy dialog creation
...istogram of N points",
N.integerItem = 50, label = "Value of N")
# Run the dialog.
# The returned list has elements "args" for dialog arguments
# and "retval" for the return value.
# With auto.assign=TRUE, the return value is stored in "Histogram_output".
# run.dialog also does error handling, interrupts and an optional
# progress bar dialog for long running tasks, see ?run.dialog
a = run.dialog(Histogram)
A more complex demo example, thanks to Graham Williams:
demo(MakeAngle)
The second feature of RGtk2Extras is gtkDfEdit,...