The R Project SVN R

Rev

Rev 71530 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 71530 Rev 88547
Line 1... Line 1...
1
% File src/library/methods/man/S3Part.Rd
1
% File src/library/methods/man/S3Part.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 2008-2016 R Core Team
3
% Copyright 2008-2025 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{S3Part}
6
\name{S3Part}
7
\title{ S4 Classes that Contain S3 Classes}
7
\title{ S4 Classes that Contain S3 Classes}
8
\alias{S3Part}
8
\alias{S3Part}
Line 216... Line 216...
216
  arguments, but usable in this form even if the S4 object has an
216
  arguments, but usable in this form even if the S4 object has an
217
  initialize method with different arguments).
217
  initialize method with different arguments).
218
}
218
}
219
 
219
 
220
\references{
220
\references{
221
 Chambers, John M. (2016)
221
  \bibinfo{R:Chambers:2016}{footer}{(Chapters 9 and 10, particularly
222
 \emph{Extending R},
222
    Section 10.8)}
223
  Chapman & Hall.
223
  \bibshow{R:Chambers:2016}
224
(Chapters 9 and 10, particularly Section 10.8)
-
 
225
}
224
}
226
 
225
 
227
\seealso{  \code{\link{setOldClass}} }
226
\seealso{  \code{\link{setOldClass}} }
228
\examples{
227
\examples{
229
 
228