read_aaa() has a knot and fan_lines argument for users to specify the number of DLC knots or fan-lines depending on whether they are reading DLC or legacy fan-line data with no header.
The vignette tongue-imaging has been updated to show how to read DLC and EMA data.
read_aaa() now can read AAA data with existing headers, both fan-line and DeepLabCut data.
X or Y will be selected for pivoting when format = "long" (the default).This enhancement has brought in a few breaking changes:
fan_line doesn't have a default any more, so it has to be specified.plot_polar_smooths() has been deprecated due to removal of tidymv and it now does not do anything. An alternative will soon be added. For the time being, you can extract predictions with tidygam::predict_gam() and convert to Cartesian coordinates manually.
read_ag500_pos() to read .pos files from Carstens AG500 electro-magnetic-articulographer.
filter_signal() to filter a signal with a Savitzky-Golay or Butterworth filter.
resample_signal() to up/down-sample a signal using interpolation.
get_velocity() and get_acceleration() to calculate the velocity and acceleration (first and second derivative) of displacement.
get_landmarks() to get several gestural landmarks from the displacement of a single gesture.
\donttest instead of \dontrun.rticulate logo!
Use GitHub Actions for R CMD check.
use tidy::pivot_longer() and tidy::pivot_wider() in read_aaa_data()
add .index column to read_aaa_data() output to group contours if needed.
changed index name of polar-gams.Rmd vignette.
Now uses README.Rmd.
expand documentation of transform_coordinates() and get_origin()
better handling of fit errors in get_origin()
geom_polar_ci(), see vignette "polar-gam" for a working alternativepredict_polar_gam() and plottingpolar-gam.Rmdtime_series is now deprecated and replaced with series. time_series will be removed in future releases.examples in docs
section in polar-gams.Rmd about multiple predictors
function predict_polar_gam()
geom geom_polar_ci()
install_github argument for building vignettesplot_polar_smooths()rlang updatesplit argument for splitting factor interactions into separate factorsread_aaa() for choosing format (wide or long)tidymv version from READMEpolar GAMs vignette title
error in Polar GAMs vignette
error when using AR.start
fix several bugs
fix issue #1
functions for transforming coordinates
vignette about coordinates transformation
polar gams
dropped levels in tongue data set
use underscores in names everywhere
argument in read_aaa to choose coordinate system
read_aaa_data for internal use
it02 data
example in vignette for multiple import
added point and path options to plot_tongue
updates to NEWS.md
clarified documentation
read_aaa can now accept a list of files
column fan now properly named fan.line
data names
renamed plot_splines to plot_tongue
name of package in documentation
name of vignette
title in README
depends and imports in DESCRIPTION
globalVariables for data frame variables in functions
NEWS.md
data documentation (wrong variable names)
missing parameter in plot_splines
missing stats:: in read_aaa
aes call which caused notes on R CMD check using aes_