Hi,

How do I document an S3 class with roxygen2?


I create the class at the end of the method with:
class(res) <- "myclass"

but how do I create an documentation entry for this class, where I can
describe the fields of the class (in case of myclass these are just
list entries)?

regards





-- 
Witold Eryk Wolski

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to