Re: [Rd] UML Class and Object Diagrams in R

2009-12-30 Thread Charlotte Maia
On Thu, Dec 31, 2009 at 5:14 AM, spencerg wrote: > I'm not familiar with 'class and object diagrams', but have you tried the > sos package available from CRAN via something like the following: > > Packages with at least 7 matches using pattern > 'class+and+object+diagram | class+and+object+diagra

Re: [Rd] UML Class and Object Diagrams in R

2009-12-30 Thread spencerg
I'm not familiar with 'class and object diagrams', but have you tried the sos package available from CRAN via something like the following: library(sos) cod <- findFn('class and object diagram') cods <- findFn('class and object diagrams') (cod. <- cod|cods) summary(cod.) When I ran this