Learn R Programming

pmd (version 0.2.1)

plotpaired: Plot the mass pairs and high frequency mass distances

Description

Plot the mass pairs and high frequency mass distances

Usage

plotpaired(list, index = NULL, ...)

Arguments

list

a list from getpaired function

index

index for PMD value

...

other parameters for plot function

See Also

getpaired, globalstd

Examples

Run this code
# NOT RUN {
data(spmeinvivo)
pmd <- getpaired(spmeinvivo)
plotpaired(pmd)
# }

Run the code above in your browser using DataLab