spines | R Documentation |
spines
tabulates the spines and spine paths within the files in a
humdrumR corpus.
spines
is one of humdrumR's
basic corpus summary functions.
spines(humdrumR, drop = FALSE)
## S3 method for class 'humSpines'
spineTable[i, drop = FALSE]
## S3 method for class 'humSpines'
print(spineTable, showEach = TRUE)
humdrumR |
HumdrumR data to summarize. Must be a humdrumR data object. |
drop |
Whether to return normal data.table or a Defaults to Must be a singleton If |
i |
Index for rows. If |
spines
returns a special data.frame
called a humSpines
table.
A humSpines
table has five columns of information about each piece:
Spines
The number of spines.
Paths
The total number of spine paths.
In
The number of spines which contain any spine paths.
*^
The total number of spine splits ("*^"
).
*v
The total number of spine joins ("*v"
).
When humSpine
table prints on the command line, "tallies"
of the unique combinations of spines and paths in the files are also printed.
Other corpus summary functions:
census()
,
humSummary
,
interpretations()
,
reference()
chorales <- readHumdrum(humdrumRroot, "HumdrumData/BachChorales/*.krn")
spines(chorales)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.