DramaAnalysis (version 3.0.1)

personnelExchange: Measuring Personnel Exchange over Boundaries

Description

There are multiple ways to quantify the number of characters that are exchanged over a scene or act boundary.

Usage

hamming(drama, variant = c("Trilcke", "Hamming", "NormalizedHamming"))

scenicDifference(drama, norm = length(unique(drama$text$Speaker.figure_id)))

Arguments

drama

The QDDrama Object

variant

For hamming(), variants are "Trilcke" (default), "NormalizedHamming", and "Hamming"

norm

For scenicDifference(), specifies the normalization constant

Value

A QDHamming object, which is a list of values, one for each scene change. The values indicate the (potentially) normalized number of characters that are exchanged.

Examples

Run this code
# NOT RUN {
data(rksp.0)
dist_trilcke  <- hamming(rksp.0)
dist_hamming  <- hamming(rksp.0, variant = "Hamming")
dist_nhamming <- hamming(rksp.0, variant = "NormalizedHamming")
# }

Run the code above in your browser using DataLab