View source: R/plot_inertial_pairs.R
plot_inertial_pairs | R Documentation |
This function plot the values of inertial data across pairs of axes. Useful for magnetometer calibration in particular.
plot_inertial_pairs(df, title = "", radius = NULL, lim = NULL)
df |
data.frame containing the data. Needs to have x,y, and z columns |
title |
character string; title to be added to the plot |
radius |
numeric; value of the radius of the circle to be drawn. If NULL (default), no circle is drawn |
lim |
numeric; limit of the plot (in absolute value, the plot has an aspect ratio of 1); If NULL (default), the choice is left to the ggplot function and all data are shown |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.