Skip to content

Commit 7f8f47e

Browse files
authored
Add link to user-defined functions
It took me ages to find documentation on the syntax for defining a function (which despite the suggestion of the context does not follow an R-like syntax); searches all take me to implementing functions in source code. This seems like an appropriate place to add a link.
1 parent 7ccb514 commit 7f8f47e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

tutorials/intro/getting_started.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ graphical models*, which lends flexibility and enhances the capabilities
2424
of the program. Users interact with RevBayes via an interactive shell.
2525
Users communicate commands using a language specifically designed for
2626
RevBayes, called `Rev`; an R-like language (complete with control
27-
statements, user-defined functions, and loops) that enables the user to
28-
build up (phylogenetic) models from simple parts (random variables,
29-
variable/parameter transformations, models, and constants of different
30-
sorts).
27+
statements, [user-defined functions](
28+
https://revbayes.github.io/tutorials/mcmc/archery.html#likelihood-function),
29+
and loops) that enables the user to build up (phylogenetic) models from
30+
simple parts (random variables, variable/parameter transformations, models,
31+
and constants of different sorts).
3132

3233
Here we assume that you have successfully installed RevBayes. If this
3334
isn't the case, then please consult our website on how to install

0 commit comments

Comments
 (0)