library(SSN)
data(modelFits)
#for examples only, make sure fitSp has the correct path
#if you use importSSN(), path will be correct
fitSp$ssn.object <- updatePath(fitSp$ssn.object,
paste0(tempdir(),'/MiddleFork04.ssn'))
names(fitSp)
names(fitSp$ssn.object)
print(summary(fitSp))
#the same effect is achieved with this
summary(fitSp)
#or this
fitSp
Run the code above in your browser using DataLab