# NOT RUN {
# construct a T92 object
p<-T92()
# set/get GC content
setTheta(p,0.6)
getTheta(p)
# set/get GC content via virtual field
p$theta<-0.3
p$theta
# get object summary
summary(p)
# }
Run the code above in your browser using DataLab