-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathThreadOccByPOV.Rd
More file actions
26 lines (25 loc) · 897 Bytes
/
Copy pathThreadOccByPOV.Rd
File metadata and controls
26 lines (25 loc) · 897 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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/ThreadNet_Core.R
\name{ThreadOccByPOV}
\alias{ThreadOccByPOV}
\title{Make new threads from a new POV}
\usage{
ThreadOccByPOV(o, THREAD_CF, EVENT_CF)
}
\arguments{
\item{o}{is the dataframe of cleaned ocurrences
#' @param THREAD_CF is a list of 1 or more context factors that define the threads (and stay constant during each thread)}
\item{EVENT_CF}{is a list of 1 or more context factors that define events (and change during threads)}
}
\value{
dataframe containing the same occurrences sorted from a different point of view
}
\description{
Take the raw occurrences from the input file and sort them by time stamp within
a set of contextual factors that remain constant for each thread.
}
\seealso{
Other ThreadNet_Core: \code{\link{OccToEvents}},
\code{\link{count_ngrams}},
\code{\link{threads_to_network}}
}