trans_xsax | R Documentation |
XSAX
trans_xsax(alpha)
alpha |
alphabet |
obj
library(daltoolbox)
vector <- 1:52
model <- trans_xsax(alpha = 52)
model <- fit(model, vector)
xvector <- transform(model, vector)
print(xvector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.