Description Usage Arguments Value See Also Examples
A function to smooth a list of data frames of the mtp type
| 1 | smooth_mtp_list(list_of_mtp, ...)
 | 
| list_of_mtp | A list of data frames of class mtp | 
| ... | Parameters passed on to  | 
Returns a list of smoothed mtp objects
smooth_mtp for mtp objects and fun_smooth for individual curves
Other smoothing.functions: fun_smooth,
smooth_mtp
| 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")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.