# NOT RUN {
# create a Site and a Process object
a<-Alphabet()
s<-Site(alphabet=a)
p<-Process(alphabet=a)
# attach the process
attachProcess(s,p)
# get the value of the rate multiplier
getParameterAtSite(p,s,"rate.multiplier")
# }
Run the code above in your browser using DataLab