powered by
Checks whether its argument is a multidimensional box (object of class "boxx").
"boxx"
is.boxx(x)
A logical value.
Any object.
Adrian Baddeley Adrian.Baddeley@curtin.edu.au, Rolf Turner rolfturner@posteo.net and Ege Rubak rubak@math.aau.dk
This function tests whether the object x is a multidimensional box of class "boxx".
x
The result is determined to be TRUE if x inherits from "boxx", i.e. if x has "boxx" amongst its classes.
TRUE
methods.boxx, boxx.
methods.boxx
boxx
B <- boxx(c(0,10),c(0,10),c(0,5),c(0,1), unitname="km") is.boxx(B) is.boxx(42)
Run the code above in your browser using DataLab