| plotMetric | 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,
  ylab = 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 | 
| ylab | y-axis title | 
Display a plot.
plotEpistack,
plotBoxMetric
data("stackepi")
plotMetric(SummarizedExperiment::rowRanges(stackepi)$exp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.