https://github.com/cran/dtw
Raw File
Tip revision: 7e56ce3aad7a130f3145baa08991cdcea6ce717b authored by Toni Giorgino on 01 June 2008, 00:00:00 UTC
version 1.6-2
Tip revision: 7e56ce3
CITATION
 
citHeader("To cite package 'dtw' in publications use (subject to change):")

citEntry(entry="Manual",
        title ="dtw: Dynamic Time Warping algorithms in R",
        author = personList(as.person("Toni Giorgino")),
        year = 2007,
	url = "http://dtw.r-forge.r-project.org",
        note = paste("R package version", packageDescription("dtw")$Version),
        textVersion =
        paste("T. Giorgino (2007). ",
        "dtw: Dynamic Time Warping algorithms in R",
        packageDescription("dtw")$Version,
	"http://dtw.r-forge.r-project.org",
        ".", sep=" ")
)



back to top