-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy paththreadSizeTable.Rd
More file actions
30 lines (29 loc) · 878 Bytes
/
threadSizeTable.Rd
File metadata and controls
30 lines (29 loc) · 878 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/ThreadNet_Misc.R
\name{threadSizeTable}
\alias{threadSizeTable}
\title{threadSizeTable provides a distribution of the length of threads}
\usage{
threadSizeTable(o, TN)
}
\arguments{
\item{o}{data frame with threads}
\item{TN}{column comtaining the threadNumber}
}
\value{
data frame with table of thread lengths
}
\description{
This function should work on either ocurrences or events.
it returns length and duration of each thread.It requires tStamp field to compute duration.
}
\seealso{
Other ThreadNet_Misc: \code{\link{cfnames}},
\code{\link{cleanOcc}},
\code{\link{combineContextFactors}},
\code{\link{convert_TN_to_TramineR}},
\code{\link{get_CF_levels}},
\code{\link{get_moving_window}},
\code{\link{get_threadList}}, \code{\link{numThreads}},
\code{\link{read_occurrences}}
}