timePoint: timePoint

Description Usage Arguments Value Author(s) References Examples

Description

annilyse time point

Usage

1
timePoint(QQdata)

Arguments

QQdata

QQdata is the reeturned valua of dataprocess()

Value

using ggplot2 plot a bar chart about time when people talked.

Author(s)

heng wang

References

speaker(), topic()

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
#not run
root<-"C:/Users/henry wang/Documents/"
filename<-"records.txt"
QQdata<-dataprocess (root,filename)
timePoint(QQdata)

## The function is currently defined as
function (x)
{
  }

hellowangheng/QQmining documentation built on May 17, 2019, 3:38 p.m.