|
a |
|
b/man/EventVsTimePlot-methods.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/eventData.R |
|
|
3 |
\docType{methods} |
|
|
4 |
\name{EventVsTimePlot} |
|
|
5 |
\alias{EventVsTimePlot} |
|
|
6 |
\alias{EventVsTimePlot,EventData-method} |
|
|
7 |
\title{Makes a barplot with the number of events over time} |
|
|
8 |
\usage{ |
|
|
9 |
EventVsTimePlot(object, timeunit = "Months", ...) |
|
|
10 |
|
|
|
11 |
\S4method{EventVsTimePlot}{EventData}(object, timeunit = "month") |
|
|
12 |
} |
|
|
13 |
\arguments{ |
|
|
14 |
\item{object}{The object to create the event versus time plot} |
|
|
15 |
|
|
|
16 |
\item{timeunit}{The resoloution on the x-axis (month, weeks or quarter)} |
|
|
17 |
|
|
|
18 |
\item{...}{Additional arguments passed to the function} |
|
|
19 |
} |
|
|
20 |
\description{ |
|
|
21 |
Makes a barplot with the number of events over time |
|
|
22 |
} |
|
|
23 |
|