Closed aalfons closed 1 year ago
I may not have been clear. With the macro, I can use \code{\link[=summary.ICSClust]{summary}()}
to make it look nicer. I'm not sure if this is possible with the markdown syntax. This is also not essential. If you want to change it, then change it, otherwise you can also just close the issue now.
In fact it is [summary()][summary.ICSClust()]
. I changed them.
In the help file of function
ICSClust()
, the links tosummary()
andplot()
should direct to the"ICSClust"
methods instead of the generic functions.I would have made the change myself, but I only know how to do that with the
\link{}
macro, not with the markdown-style syntax.