View source: R/lexical_classification.R
plot.lexical_classification_score | R Documentation |
Plots a lexical_classification_score object.
## S3 method for class 'lexical_classification_score'
plot(
x,
error.bar.height = 0.35,
error.bar.size = 0.5,
error.bar.alpha = 0.3,
...
)
x |
The lexical_classification_score object. |
error.bar.height |
The height of the error bar ends. |
error.bar.size |
The size/thickness of the error bars. |
error.bar.alpha |
The alpha level of the error bars. |
... |
ignored |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.