-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy paththreadMap.Rd
More file actions
30 lines (27 loc) · 927 Bytes
/
threadMap.Rd
File metadata and controls
30 lines (27 loc) · 927 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_Graphics.R
\name{threadMap}
\alias{threadMap}
\title{Shows threads in a horizontal layout}
\usage{
threadMap(or, TN, timescale, CF)
}
\arguments{
\item{or}{Dataframe of threads}
\item{TN}{name of column with thread number}
\item{timescale}{name of column that will be used to plot x-axis of events. It can be the can be the time stamp (for clock time) or the sequence number (for event time)}
\item{CF}{name of contextual factor that will determine the colors}
}
\value{
plotly object
}
\description{
Creates a plotly chart of threads in either clock time or event time, depending on the timescale parameter.
}
\seealso{
Other ThreadNet_Graphics: \code{\link{CF_multi_pie}},
\code{\link{Comparison_Plots}},
\code{\link{eventNetworkD3}}, \code{\link{eventNetwork}},
\code{\link{ng_bar_chart}},
\code{\link{traminer_threadMap}}
}