/misc/RdSum
http://github.com/sbotond/phylosim · #! · 36 lines · 36 code · 0 blank · 0 comment · 0 complexity · 4c67c21db243d6ea8ebf16316f893a68 MD5 · raw file
- ###########################################################################/**
- #
- # @RdocMethod summary
- #
- # @title "Summarize the properties of an object"
- #
- # \description{
- # @get "title".
- # }
- #
- # @synopsis
- #
- # \arguments{
- # \item{object}{An object}
- # \item{...}{Not used.}
- # }
- #
- # \value{
- # Returns a PSRootSummary object.
- # }
- #
- # \examples{
- #
- # # create an object
- # a<-NucleotideAlphabet()
- # # get a summary
- # summary(a)
- # }
- #
- # @author
- #
- # \seealso{
- # @seeclass
- # }
- #
- #*/###########################################################################