powered by
as.boxx(..., warn.owin = TRUE)
"owin"
"boxx"
"box3"
or a list of arguments acceptable to boxx.
boxx
# Convert unit square to two dimensional box. W <- owin() as.boxx(W) # Make three dimensional box [0,1]x[0,1]x[0,1] from numeric vector as.boxx(c(0,1,0,1,0,1))
Run the code above in your browser using DataLab