Create an object of class ESS given a base file name, and assuming the filenames created by run.bvs()

ess.read(f)

Arguments

f

base file name, a character string

Value

object of class ESS

Details

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.