Читать книгу The Big R-Book - Philippe J. S. De Brouwer - Страница 215
Hint – Calling the constructor function
ОглавлениеUnlike C++, for example a call to new()
will not automatically invoke the constructor function (its existence is not enough to invoke it automatically). Make it a good habit to always use explicitly the constructor function for an S4 objects (provided it exists of course).
C++