bjobs_barplot {bsub} | R Documentation |
Barplot of number of jobs
Description
Barplot of number of jobs
Usage
bjobs_barplot(status = c("RUN", "EXIT", "PEND", "DONE"), filter = NULL, df = NULL)
Arguments
status |
Status of the jobs. Use "all" for all jobs. |
filter |
Regular expression to filter on job names. |
df |
Internally used. |
Details
It draws barplots of number of jobs per day.
Value
A ggplot2
object.
Examples
# There is no example
NULL
[Package bsub version 1.1.0 Index]