| plot.subseqelist | R Documentation | 
Plot frequencies of subsequences.
## S3 method for class 'subseqelist'
plot(x, freq=NULL,cex=1,...)
x | 
 The subsequences to plot (a   | 
freq | 
 The frequencies to plot, support if   | 
cex | 
 Plotting text and symbols magnification. See   | 
... | 
 arguments passed to   | 
Matthias Studer (with Gilbert Ritschard for the help page)
seqefsub
## loading data
data(actcal.tse)
## creating sequences
actcal.eseq <- seqecreate(actcal.tse)
## Looking for frequent subsequences
fsubseq <- seqefsub(actcal.eseq,pmin.support=0.01)
## Frequence of first ten subsequences
plot(fsubseq[1:10], cex=2)
plot(fsubseq[1:10])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.