plot.polarity_score: Plots a polarity_score Object

Description Usage Arguments

View source: R/polarity.R

Description

Plots a polarity_score object.

Usage

1
2
3
4
5
6
7
8
## S3 method for class 'polarity_score'
plot(
  x,
  error.bar.height = 0.35,
  error.bar.size = 0.5,
  error.bar.alpha = 0.3,
  ...
)

Arguments

x

The polarity_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


trinker/qdap documentation built on Sept. 30, 2020, 6:28 p.m.