| as.boxx | R Documentation | 
Interprets data as the dimensions of a multi-dimensional box.
  as.boxx(..., warn.owin = TRUE)
... | 
 Data that can be interpreted as giving the dimensions of a multi-dimensional box. See Details.  | 
warn.owin | 
 Logical value indicating whether to print a warning
if a non-rectangular window (object of class   | 
Either a single argument should be provided which is one of the following:
 an object of class "boxx"
 an object of class "box3"
 an object of class "owin"
a numeric vector of even length, specifying the corners of the box. See Examples
or a list of arguments acceptable to boxx.
A "boxx" object.
and \ege
 # 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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.