# NOT RUN {
# create a Site object
s<-Site(alphabet=NucleotideAlphabet())
# create a Process object
p<-JC69()
# check if p is attached to s
isAttached(s,p)
# attach p to s
s$processes<-list(p)
isAttached(s,p)
# }
Run the code above in your browser using DataLab