progression {textometry} | R Documentation |
Draw progression graphic
Description
Draw the progression graphic of matches of CQL queries in a corpus
Usage
progression(positions, names, colors, styles, widths, corpusname, Xmin, T,
doCumulative, structurepositions, strutnames, graphtitle, bande)
Arguments
positions |
Vector containing corpus positions of CQL queries matches. A position is an integer from 0 (begining of corpus) to N (end of corpus) |
names |
String vector containing the CQL queries |
colors |
Vector containing the line color of each query |
styles |
Vector containing the line style of each query |
widths |
Vector containing the line width of each query |
corpusname |
String: corpus name |
Xmin |
Integer: corpus starting position of abscissa values |
T |
Integer: size of the corpus |
doCumulative |
Boolean: if true draw a cumulative graph, if false draw a density graph |
structurepositions |
optional Vector containing the structure positions of the corpus |
strutnames |
optional Vector containing the structures labels to display |
graphtitle |
String: graph title |
bande |
Float: density window size factor |
Author(s)
Matthieu Decorde