Description Usage Arguments Author(s) See Also Examples
Gets the location of a spot given its index. Returns a vector
containing
the grid row and the grid column and the spot row and the spot column in
that grid.
1 2 | ## S3 method for class 'Layout'
getLocation(this, index=NULL, ...)
|
index |
The spot index of one or many spots to be found. All values much be within a valid range otherwise an exception is thrown. |
Henrik Bengtsson (http://www.braju.com/R/)
This method corresponds to id2image
in the sma
package.
For more information see Layout
.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.