Displaying 1 result from an estimated 1 matches for "nmrtest".
Did you mean:
mrtest
2012 Jul 23
3
Error: could not find function "loadObject"
Hey all--
I'm brand new to R, and have just installed the ChemoSpec because I'd like
to do PCA of NMR datasets. I was following along with the vignette and
trying to load the sample data as follows...
NMRTest <- loadObject("SrE.NMR.RData")
...and got the following error message:
Error: could not find function "loadObject"
I tried searching the above error message on the forum, but there were "0
matching posts." I'm hoping someone can tell me what I'm doing wr...