Open
Description
as.data.frame.OptPathDF
has an okay help page, but to reach that help page, the user needs to know the function name (in particular, needs to know that OptPath objects have class "OptPathDF"
). Also, the description of as.data.frame
in the help file of "OptPath"
is incomplete: It doesn't list all possible parameters of as.data.frame
. Therefore:
- Make a prominent link in
?OptPath
that points toas.data.frame.OptPathDF
- Make the description of
as.data.frame
in theOptPath
help page complete