-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathnumThreads.Rd
More file actions
30 lines (29 loc) · 754 Bytes
/
numThreads.Rd
File metadata and controls
30 lines (29 loc) · 754 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{numThreads}
\alias{numThreads}
\title{numThreads counts how many threads in the data set}
\usage{
numThreads(o, TN)
}
\arguments{
\item{o}{data frame with occurrences or events}
\item{TN}{column with thread number}
}
\value{
number of threads
}
\description{
Threads must have unique thred numbers for this function to work
}
\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{read_occurrences}},
\code{\link{threadSizeTable}}
}