Debugging; added rm_nochange_moves as argument
This commit is contained in:
@@ -4,13 +4,20 @@
|
||||
\alias{create_eventlogs}
|
||||
\title{Creating log events from raw log files.}
|
||||
\usage{
|
||||
create_eventlogs(data, xmlpath)
|
||||
create_eventlogs(data, xmlpath, case_cutoff = 20, rm_nochange_moves = TRUE)
|
||||
}
|
||||
\arguments{
|
||||
\item{data}{Data frame of raw log files created with \code{parse_logfiles()}.
|
||||
See \code{?parse_logfiles} for more details.}
|
||||
|
||||
\item{xmlpath}{Path to folder where XML definitions of artworks live.}
|
||||
|
||||
\item{case_cutoff}{Number in seconds how long time interval between
|
||||
different cases should be.}
|
||||
|
||||
\item{rm_nochange_moves}{Logical. Should move events that record no
|
||||
change, meaning distance and rotationDegree are 0 and scaleSize is 1, be
|
||||
removed. Default is TRUE.}
|
||||
}
|
||||
\value{
|
||||
Data frame.
|
||||
|
||||
Reference in New Issue
Block a user