# NOT RUN {
# create a process object
p<-Process()
# check whether it has the "rate.multiplier" site-process specific paramter
hasSiteSpecificParameter(p,"rate.multiplier"); # TRUE
# check whether it has the "omega" site-process specific paramter
hasSiteSpecificParameter(p,"omega"); # FALSE
# }
Run the code above in your browser using DataLab