Learn R Programming

scbursts (version 1.6)

cplot.log_root_axes: Add log-root axes to histogram plot

Description

Add log-root axes to histogram plot

Usage

cplot.log_root_axes(points)

Arguments

points

The data to plot

Examples

Run this code
# NOT RUN {
infile <- system.file("extdata", "example1_qub.dwt", package = "scbursts")
dwells <- dwt.read(infile)
dwells_c <- risetime.correct_gaussian(Tr=35.0052278, dwells, units="us")
bursts <- bursts.defined_by_tcrit(dwells_c, 100, units="ms")

open_dwells <- segment.open_dwells(bursts.recombine(bursts))
hist(log10(open_dwells), axes=FALSE, breaks=30)
cplot.log_root_axes(open_dwells)

# }

Run the code above in your browser using DataLab