Description Usage Arguments Value
Plot the individual bits of a low-fidelity float (stored in an integer)
1 2 | plot_compact_float(fp, float_type = c("single", "half", "bfloat16"),
float_bits = NULL, base_size = 8, ...)
|
fp |
floating_point stored in an integer |
float_type |
one of 'single', 'half', 'bfloat16' |
float_bits |
3 element vector with bit allocations for sign, exponent and mantissa |
base_size |
base_size |
... |
arguments passed to |
return a ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.