Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in s4

General way to transform S4 object to dataframe (R)

r dataframe s4

How to define an S4 prototype for inherited slots

r oop s4

Does R copy unevaluated slots in S4 classes on assignment?

r s4

What's happening when changing "class" of an S4 object using the class function?

r oop s4

How to use validity functions correctly with inherited S4 classes in R

r inheritance s4

Is 'show' a normal S4 generic function?

r show s4 generic-function

Undefined slot classes in definition?

r class package s4 cran

set method initialize S4 class vs. using function

r s4

Defining default field values for instances of S4 Reference Classes

S4 class is not subsettable

r s4

Why is it not recommended to use multiple inheritance?

Reference Class with custom field classes in R?

r oop s4 reference-class

S4 object with a pointer to a C struct

c r rcpp s4

How can I create a slot in an S4 class for robust linear models?

r class s4

`as.matrix` and `as.data.frame` S3 methods vs. S4 methods

r methods s4

Use S3 virtual class as slot of an S4 class, got error: got class "S4", should be or extend class "nls.lm"

r s4 slots

Formatting and manipulating a plot from the R package "hexbin"

r oop plot package s4

slot assignment: `@` vs `slot()` vs `setReplaceMethod()`

r s4

Why doesn't lapply work on S4 objects which have an as.list.default method?

r class lapply s4