plot_3d_profiles: Plot multiple profiles in 3d based on energy

Description Usage Arguments Value See Also Examples

Description

plot multiple profiles in 3d against energy

Usage

1
2
plot_3d_profiles(energy_dfs, buffer_start, buffer_end, scale,
  time_threshold = 15, plot_energy = FALSE)

Arguments

energy_dfs

list of profiles or aggregate profiles to be plotted See get_profile for a description of profile. See aggregate_profiles for a description of an aggregate profile.

buffer_start

The number of seconds before activity included in profile

buffer_end

The number of seconds after activity included in profile

scale

The number of data points in each third of the final profile

plot_energy

Plot energy curve instead of heart rate profile

Value

Plotly plot

See Also

load_tcx_file for an explanation of energy dataframes

Other plotting functions: add_sections, get_color, get_energy_profiles, min_max_plot, plot_3d_landscape, plot_active, plot_features_profiles, plot_features_profile, plot_profiles, plot_profile

Examples

1
plot_3d_profiles(energy_dfs, buffer_start, buffer_end, scale)

VCCRI/CardiacProfileR documentation built on May 25, 2019, 2:22 p.m.