plot_inertial_pairs: plot_inertial_pairs

View source: R/plot_inertial_pairs.R

plot_inertial_pairsR Documentation

plot_inertial_pairs

Description

This function plot the values of inertial data across pairs of axes. Useful for magnetometer calibration in particular.

Usage

plot_inertial_pairs(df, title = "", radius = NULL, lim = NULL)

Arguments

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


schamaille/weheaR documentation built on June 5, 2022, 11:25 p.m.