Rev Language Reference


help - Get help with RevBayes

Provides general or specific help.

Usage

help(String topic)

Arguments

topic : String (pass by const reference)
Retrieve help for a specific topic.

Return Type

Example

# get general help
help()
# get specific help
help("dnNormal")