rticulate v2.0.0
BREAKING
-
read_aaa()
now can read AAA data with existing headers, both fan-line and DeepLabCut data.- Now any column starting with
X
orY
will be selected for pivoting whenformat = "long"
(the default).
- Now any column starting with
-
This enhancement has brought in a few breaking changes:
- The order of the arguments has changed.
- The argument
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 withtidygam::predict_gam()
and convert to Cartesian coordinates manually.
Added
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()
andget_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.
rticulate v1.7.2
CRAN release: 2021-01-11
Added
- 📝 - @return filled in the documentation of functions.
rticulate v1.7.0
Changed
use
tidy::pivot_longer()
andtidy::pivot_wider()
inread_aaa_data()
add
.index
column toread_aaa_data()
output to group contours if needed.changed index name of
polar-gams.Rmd
vignette.Now uses
README.Rmd
.
rticulate v1.6.0
Changed
expand documentation of
transform_coordinates()
andget_origin()
better handling of fit errors in
get_origin()
Deprecated
-
geom_polar_ci()
, see vignette “polar-gam” for a working alternative
rticulate v1.5.0
Added
- examples for
predict_polar_gam()
and plotting
rticulate v1.4.0
Added
examples in docs
section in
polar-gams.Rmd
about multiple predictorsfunction
predict_polar_gam()
geom
geom_polar_ci()
rticulate v1.3.4
Added
- support for NULL comparison argument in
plot_polar_smooths()
rticulate v1.3.2
Added
- argument in
read_aaa()
for choosing format (wide or long)
rticulate v1.3.1
Fixed
fix several bugs
fix issue #1
rticulate v1.2.0
Added
argument in
read_aaa
to choose coordinate systemread_aaa_data
for internal useit02
dataexample in vignette for multiple import
added
point
andpath
options toplot_tongue