An R6 class and a constructor function for the creation of widgets that can be used to manipulate floating point numbers

FloatWidget(value, ...)

Arguments

value

The floating point value

...

Other arguments, passed to the superclass initializer

Details

The function FloatWidget creates objects of the R6 Class "FloatWidgetClass", which in turn have the S3 class attribute "FloatWidget"

Super classes

RKernel::HasTraits -> RKernel::Widget -> RKernel::DOMWidget -> RKernel::DescriptionWidget -> RKernel::ValueWidget -> FloatWidget

Public fields

value

A Float traitlet