Description Usage Arguments Author(s) Examples
Checks if a Layout
object is equal to some other object, which
normally is another Layout
object. It could however also be a
list with the same fields as a Layout
object.
A layout is equal to another layout if it has 1) the same number of
rows and columns of grids as the other object, 2) the same number of
rows and columns of spots as the other object.
1 2 | ## S3 method for class 'Layout'
equals(this, obj, ...)
|
obj |
The other object for which this object should be compared to. |
Henrik Bengtsson (http://www.braju.com/R/)
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.