Renders a pressure frame as a 3D surface using plotly.
Arguments
- trial
A pr_trial object.
- frame
Integer. Frame to display. If
NULL, uses the MPP.- palette
Character. One of the heatmap palettes.
Examples
# \donttest{
pr_plot_3d(pr_example_trial("saddle_horse"))
# }