plot.timeresolved {ArArRedux} | R Documentation |
Plots the raw signal of a given isotope against time.
## S3 method for class 'timeresolved' plot(x, label, mass, ...) ## S3 method for class 'PHdata' plot(x, label, mass, ...)
x |
an object of class |
label |
a string with the name of the run |
mass |
a string indicating the isotope of interest |
... |
optional parameters |
samplefile <- system.file("Samples.csv",package="ArArRedux") masses <- c("Ar37","Ar38","Ar39","Ar40","Ar36") mMC <- loaddata(samplefile,masses) plot(mMC,"MD2-1a","Ar40") mPH <- loaddata(samplefile,masses,PH=TRUE) plot(mPH,"MD2-1a","Ar40")