smooth_mtp_list: A function to smooth a list of data frames of the mtp type

Description Usage Arguments Value See Also Examples

Description

A function to smooth a list of data frames of the mtp type

Usage

1
smooth_mtp_list(list_of_mtp, ...)

Arguments

list_of_mtp

A list of data frames of class mtp

...

Parameters passed on to fun_smooth

Value

Returns a list of smoothed mtp objects

See Also

smooth_mtp for mtp objects and fun_smooth for individual curves

Other smoothing.functions: fun_smooth, smooth_mtp

Examples

1
2
3
ds <- smooth_mtp_list(df_mtp$mtp)
ds <- smooth_mtp_list(df_mtp$mtp, no_points = 40)
plot_mtp_list(ds, y_name = "fit")

JannikVindeloev/RAPr documentation built on May 7, 2019, 10:21 a.m.