plot_features_profiles: Plot features of multiple profiles

Description Usage Arguments Value See Also Examples

Description

plot the features of all the profiles in a list on the same plot, to easily compare between features from different profiles

Usage

1
plot_features_profiles(profiles, labels, buffer_end)

Arguments

profiles

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_end

The number seconds before activity included in profile.

Value

Plotly plot

See Also

get_profile for a description of profile. aggregate_profiles for a description of an aggregate profile.

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

Examples

1
2
3
4
5
6
   profiles <- get_profiles(dfs, 200, 300, 500)
   plot_features_profiles(profiles, names(profiles), 300)

   agg_profile1 <- aggregate_profiles(select(profiles, "1"))
   agg_profile2 <- aggregate_profiles(select(profiles, "2"))
   plot_features_profiles(list(agg_profile1, agg_profile2), list("1", "2"), 300)

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