View source: R/HerramientasAlpha.R
bwt | R Documentation |
Realiza la transformación de Burrows-Wheeler
bwt(x, eof = "!")
x |
El texto a transformar |
eof |
Carácter de control para marcar el número de línea que puede reconstruir el texto transformado. No puede estar contenido en el texto. Por defecto, ! |
https://gist.github.com/aaronwolen/cbdd74180a714267bf0c
ibwt La operación contraria
bwt('SIX.MIXED.PIXIES.SIFT') #-> "TXDSEXIIXSSMP..E.!FIII"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.