powered by
Displays a plot of the Allan variance (AV) with the CI values and the AV implied by the estimated parameters for the IMU.
# S3 method for imu_avlr plot( x, xlab = NULL, ylab = NULL, main = NULL, col_ad = NULL, col_ci = NULL, nb_ticks_x = NULL, nb_ticks_y = NULL, ci_ad = NULL, point_pch = NULL, point_cex = NULL, ... )
Plot of Allan deviation and relative confidence intervals for each scale.
An avlr object.
avlr
A string that gives a title for the x axis.
string
A string that gives a title for the y axis.
A string that gives an overall title for the plot.
A string that specifies the color of the line allan variance line.
A string that specifies the color of the shaded area covered by the confidence intervals.
An integer that specifies the maximum number of ticks for the x-axis.
integer
An integer that specifies the maximum number of ticks for the y-axis.
A boolean that determines whether to plot the confidence interval shaded area.
boolean
A double that specifies the symbol type to be plotted.
double
A double that specifies the size of each symbol to be plotted.
Additional arguments affecting the plot.
Stephane Guerrier and Justin Lee
# \donttest{ data(navchip_av) navchip_avlr = avlr(navchip_av, wn_gyro = 1:20, rw_gyro = 1:20, wn_acc = 1:20, rw_acc = 1:20) plot(navchip_avlr) # }
Run the code above in your browser using DataLab