powered by
Check if the Process object has undefined rate parameters.
For the instances of the Process class this method always returns FALSE. Descendant classes should implement more meaningful methods.
# S3 method for Process hasUndefinedRate(this, ...)
A Process object.
Not used.
FALSE
For more information see Process.
Process
# NOT RUN { # create object p<-Process() # check if has undefined rates hasUndefinedRate(p) # return FALSE # }
Run the code above in your browser using DataLab