View source: R/01-constructor.r
float32 | R Documentation |
A float32
class constructor. For developers only.
float32(x)
x |
Input data of type integer. |
Wraps the integer-type data in the float32
S4 class, so that the data
will be interpreted as 32-bit floats.
If instead you merely want to convert numeric/double data to float type,
instead you should call fl(x)
.
A float32
class object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.