ess.read.Rd
Create an object of class ESS given a base file name, and assuming the filenames created by run.bvs()
ess.read(f)
f | base file name, a character string |
---|
object of class ESS
A sensible base file name is the file ending in _sweeps_features.txt. If you used run.bvs() to run GUESS, then this function should find all the correct files. If you didn't, then this function probably won't work, and you should use as.ESS.object from the R2GUESS package directly.