plotNGTData: Plot non-graphical parameters

View source: R/plotNGTData.R

plotNGTDataR Documentation

Plot non-graphical parameters

Description

Creates plots for non-graph theory parameters for episode lengths, questions per hour versus responses per hour, and normalized turn ratio

Usage

plotNGTData(data, convoMinutes, silentNodes = 0)

Arguments

data

Original raw input data in ordered question/response 2 column format

convoMinutes

Time length of the conversation in the graph in minutes

silentNodes

The number of nodes that do not interact with other nodes but are in the group

Value

Creates a plot returning the questions per hour versus responses per hour, frequency plot of the number of episodes, and normalized turn ratio

Examples

df <- sampleData1
plotNGTData(df, convoMinutes = 60, silentNodes = 0)

discourseGT documentation built on July 26, 2023, 5:46 p.m.