powered by
Creates plots for non-graph theory parameters for episode lengths, questions per hour versus responses per hour, and normalized turn ratio
plotNGTData(data, convoMinutes, iscsvfile = TRUE)
Original raw input data in ordered question/response 2 column format
Time length of the conversation in the graph in minutes
Sets if the input data file to function is a .csv file or a R data frame object
Creates a plot returning the questions per hour versus responses per hour, frequency plot of the number of episodes, and normalized turn ratio
# NOT RUN { df <- sampleData1 plotNGTData(df, convoMinutes = 60, iscsvfile = FALSE) # }
Run the code above in your browser using DataLab