| anonymise | R Documentation |
Anonymise a vocalisation diagram
anonymise(vd) ## S3 method for class 'vocaldia' anonymise(vd) ## Default S3 method: anonymise(vd)
vd |
a vocalisation diagram (vocaldia object) |
"anonymise" a vocaldia turn taking probability matrix by
replacing speaker names by variables s_1,...,s_n s.t. s_1 is
the speaker who spoke the least and s_n the one who did the most
talking.
a new vocaldia with speaker names replaced by variables s_1,...,s_n s.t. s_1 is the speaker who spoke the least and s_n the one who did the most talking.
## Not run:
data(vocdia)
x2 <- getSampledVocalMatrix(subset(atddia, id=='Abbott_Maddock_01'),
individual=TRUE, nodecolumn='speaker')
anonymise(x2)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.