to_motifDiscovery | R Documentation |
Transforms the result of generateCurves into a format suitable for discoverMotifs
to_motifDiscovery(curves)
curves |
A list coming from the generateCurves function. |
A list containing all curves formatted to be suitable for input into the discoverMotifs function.
curves <- funMoDisco::generateCurves(builder, noise_type = 'coeff', noise_str, only_der = FALSE)
formatted_curves <- to_motifDiscovery(curves)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.