plotMetric {epistack} | R Documentation |
Plot a vertical line chart of the metric column, in the same order as the input.
plotMetric( x, trans_func = function(x) x, title = "Metric", ylim = NULL, xlab = NULL )
x |
a numeric vector. |
trans_func |
a function to transform |
title |
Title of the plot. |
ylim |
limit of the y axis; format: |
xlab |
x-axis title |
Display a plot.
data("stackepi") plotMetric(stackepi$exp)