Learn R Programming

mrbin (version 1.3.0)

plotBins: A function for plotting the current bin positions

Description

This function plots the current binned spectrum.

Usage

plotBins(showtitle = TRUE)

Arguments

showtitle

If TRUE, the spectrum title is shown. Defaults to TRUE.

Value

None

Examples

Run this code
# NOT RUN {
mrbinExample<-mrbin(silent=TRUE,setDefault=TRUE,parameters=list(dimension="1D",
                    binwidth1D=0.05,PQNScaling="No",PCA="No",
                    NMRfolders=c(system.file("extdata/1/10/pdata/10",package="mrbin"))))
plotBins()
# }

Run the code above in your browser using DataLab