plot_histogram: Plot histogram.

View source: R/visualization.R

plot_histogramR Documentation

Plot histogram.

Description

Plot histogram.

Usage

plot_histogram(opp, para.x="fsc_small", transform=T)

Arguments

evtopp

EVT or OPP data frame.

para.x

Channel to use as x axis.

binwidth

The width of the bins. Can be specified as a numeric value, or a function that calculates width from x. T The default is to use bins bins that cover the range of the data. You should always override this value, exploring multiple widths to find the best to illustrate the stories in your data.

transform

Log transformation of the parameter"

position

Position adjustment, either as a string ("stack" or "identity"), or the result of a call to a position adjustment function.

xlim

limits for x-axis.

Value

None


armbrustlab/popcycle documentation built on March 18, 2024, 1:10 a.m.