[<-.brdr | R Documentation |
Replace a subset of a brdr object
## S3 replacement method for class 'brdr'
x[...] <- value
x |
A |
... |
Indices. |
value |
A |
You probably don't need to call this directly. If you want to access border thicknesses, do e.g.
l_borders <- brdr_thickness(left_border(ht))
which will give you a matrix of numbers.
A brdr()
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.