lazyVector | R Documentation |
Create a vector of lazy numbers.
as.lazyVector(x) as.lazyNumber(x) lazyvec(x) lazynb(x)
x |
a numeric vector or a lazy matrix ( |
An object of class lazyVector
.
library(lazyNumbers) x <- lazynb(1) - lazynb(7) * lazynb(0.1) as.double(x) # shorter: x <- 1 - lazynb(7) * 0.1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.