label | R Documentation |
Label attribute.
label(x) label(x) <- value setLabel(x, value) has.label(x)
x |
An object. |
value |
A |
label(x) <- value
: Set label attribute.
setLabel()
: Set label attribute.
has.label()
: Check for label attribute.
x <- 1:10 label(x) <- "Foo" x <- setLabel(x, "Foo") # Alternative syntax has.label(x) label(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.