The R Project SVN R

Rev

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

Rev 85532 Rev 88547
Line 1... Line 1...
1
% File src/library/methods/man/refClass.Rd
1
% File src/library/methods/man/refClass.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 2010-2014 R Core Team
3
% Copyright 2010-2025 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{ReferenceClasses}
6
\name{ReferenceClasses}
7
\title{Objects With Fields Treated by Reference (\abbr{OOP}-style)}
7
\title{Objects With Fields Treated by Reference (\abbr{OOP}-style)}
8
\alias{ReferenceClasses}
8
\alias{ReferenceClasses}
Line 816... Line 816...
816
reference method interactively.
816
reference method interactively.
817
 
817
 
818
}
818
}
819
 
819
 
820
\references{
820
\references{
821
 Chambers, John M. (2016)
821
  \bibinfo{R:Chambers:2016}{footer}{(Chapters 9 and 11.)}
822
 \emph{Extending R},
822
  \bibshow{R:Chambers:2016}
823
  Chapman & Hall.
-
 
824
(Chapters 9 and 11.)
-
 
825
}
823
}
826
 
824
 
827
 
825
 
828
\examples{
826
\examples{
829
## a simple editor for matrix objects.  Method  $edit() changes some
827
## a simple editor for matrix objects.  Method  $edit() changes some