Learn R Programming

Laurae (version 0.0.0.9001)

stat_smooth_func.plotly: ggplot facet function with printed formula (Plotly)

Description

This function prints linear formula used on each facet for ggplot. Refer to stat_smooth for description. Supports Plotly. I do not know what exactly Plotly is doing to the geom_text, but it puts them... at the wrong places (cut text). You can ALWAYS hover the text if needed. I intentionally put the mutliplication coefficient 2nd to avoid reading issues (formula: y=mx+b).

Usage

stat_smooth_func.plotly(mapping = NULL, data = NULL, geom = "smooth",
  position = "identity", ..., method = "auto", formula = y ~ x,
  se = TRUE, n = 80, span = 0.75, fullrange = FALSE, level = 0.95,
  method.args = list(), na.rm = FALSE, show.legend = NA,
  inherit.aes = TRUE, xpos = NULL, ypos = NULL)

Arguments

mapping
...
data
...
geom
...
position
...
...
...
method
...
formula
...
se
...
n
...
span
...
fullrange
...
level
...
method.args
...
na.rm
...
show.legend
...
inherit.aes
...
xpos
...
ypos
...

Value

See stat_smooth.

Details

See this gist: https://gist.github.com/kdauria/524eade46135f6348140 Extra edits were made to fit the needs of this package.