Displaying 1 result from an estimated 1 matches for "seqdataframes".
2008 May 21
2
\S4method in combination with "[" and "[<-"
...ge to bring this to
work.
The problem occurs in the development version of our package "distrSim"
which can be found under http://r-forge.r-project.org/R/?group_id=87.
The warning we obtain is
Bad \usage lines found in documentation object 'Subsetting-methods':
\S4method{[}{SeqDataFrames}(x, i, j, k, drop = FALSE)
\S4method{[<-}{SeqDataFrames}(x, i, j, k, value)
Of course, we tried several different possibilities but with no success.
Does someone know a package which shows a use case for this situation? I
looked in several packages but could not found any.
Thanks for your...