Learn R Programming

bsub (version 1.1.0)

bjobs_barplot: Barplot of number of jobs

Description

Barplot of number of jobs

Usage

bjobs_barplot(status = c("RUN", "EXIT", "PEND", "DONE"), filter = NULL, df = NULL)

Value

A ggplot2 object.

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.

Examples

Run this code
# There is no example
NULL

Run the code above in your browser using DataLab