# NOT RUN {
# create a sequence object with two processes attached
p<-JC69()
s<-Sequence(length=4,alphabets=list(NucleotideAlphabet()),processes=list(list(p,K80())))
# get the list of attached processes
s$processes
# detach JC69 from range c(1,4)
detachProcess(s,p,c(1,4))
s$processes
# }
Run the code above in your browser using DataLab