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

[Rd] UML Class and Object Diagrams in R

2009-12-30 Thread Charlotte Maia
Hi all Does anyone know if there are any R packages available for creating UML class and object diagrams in R (suitable for use with Latex)? I'm considering developing such a system... Note, I'm aware there are Latex packages (so no one needs to state the obvious). On a side issue I'm thinking a