powered by
An identity function which vanishes upon concatenation of fns
Id()
fn of class idfn
# NOT RUN { x <- Xt() id <- Id() (id*x)(1:10, pars = c(a = 1)) (x*id)(1:10, pars = c(a = 1)) str(id*x) str(x*id) # }
Run the code above in your browser using DataLab