chart_pairs: Pairwise scatter plots for timeseries

View source: R/chart_pairs.R

chart_pairsR Documentation

Pairwise scatter plots for timeseries

Description

Plots pairwise scatter plots with the time dimension. Useful when exploring structural changes in timeseries properties for modeling.

Usage

chart_pairs(df = df, title = "Time Series Pairs Plot")

Arguments

df

Wide data frame. tibble

title

Chart title. character

Value

A plotly object. htmlwidget

Author(s)

Philippe Cote

Examples

df <- dfwide %>%
  dplyr::select(date, CL01, NG01, HO01, RB01) %>%
  tidyr::drop_na()
chart_pairs(df = df, title = "example")

risktoollib/RTL documentation built on April 17, 2024, 1:35 p.m.