Skip to contents

Renders a pressure frame as a 3D surface using plotly.

Usage

pr_plot_3d(trial, frame = NULL, palette = "viridis")

Arguments

trial

A pr_trial object.

frame

Integer. Frame to display. If NULL, uses the MPP.

palette

Character. One of the heatmap palettes.

Value

A plotly object.

Examples

# \donttest{
pr_plot_3d(pr_example_trial("saddle_horse"))
# }