AuroreAA / ICSClust

What the Package Does in One 'Title Case' Line
GNU General Public License v3.0
0 stars 0 forks source link

Links to summary() and plot() methods #28

Closed aalfons closed 1 year ago

aalfons commented 1 year ago

In the help file of function ICSClust(), the links to summary() and plot() 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.

aalfons commented 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.

AuroreAA commented 1 year ago

In fact it is [summary()][summary.ICSClust()]. I changed them.