powered by
This function reads Bruker NMR data. 1D and 2D data are supported.
readBruker(folder = NULL, dimension = NULL, onlyTitles = FALSE)
Defines the exact NMR data folder. If NULL, mrbin parameter set is used
Defines the data dimension, "1D" or "2D". Only used if "folder" is not NULL
Read only spectrum titles, but no data. Defaults to FALSE
An (invisible) object containing spectral data
# NOT RUN { exampleData<-readBruker(folder=system.file("extdata/1/10/pdata/10",package="mrbin"), dimension="1D") # }
Run the code above in your browser using DataLab