File: dynamic_trace_helptext.R

package info (click to toggle)
r-cran-shinystan 2.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 3,172 kB
  • sloc: sh: 15; makefile: 7
file content (11 lines) | stat: -rw-r--r-- 429 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
div(
  br(),
  helpText(
    style = "font-size: 11px;",
    "Use your mouse to highlight areas in the traceplot to zoom into. Double-click to reset.",
    "The number in the small black box in the bottom left corner controls the",
    em("roll period."),
    "If you specify a roll period of N the resulting graph will be a moving average,",
    "with each plotted point representing the average of N points in the data."
  )
)