statnet.cite {statnet.common} | R Documentation |
CITATION
file utilities for Statnet packages
These functions automate citation generation for Statnet Project packages.
statnet.cite.pkg(pkg) statnet.cite.head(pkg) statnet.cite.foot(pkg)
pkg |
Name of the package whose citation is being generated. |
For statnet.cite.head
and statnet.cite.foot
, an object
of type citationHeader
and citationFooter
, respectively,
understood by the citation
function, with package name
substituted into the template.
For statnet.cite.pkg
, an object of class bibentry
containing the citation for the package constructed from
DESCRIPTION
and a template.
citation, citHeader, citFooter, bibentry
statnet.cite.head("statnet.common") statnet.cite.pkg("statnet.common") statnet.cite.foot("statnet.common")