Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in r-s4

Dynamically create nested s4 class slot names and assign values in R

r r-s4 slots

How can I write a `%*%` method for a base matrix S3 subclass?

r matrix r-s4 r-s3

S4 class list to data frame

r list dataframe r-s4

Any way coercing "list" to S4 "List"?

R S4 classes with the same name from different packages

r r-s3 r-s4

Implementing an arithmetic system in R

r math r-s4 r-s3

tbl_df is transformed as list in S4 class

r r-s4 tibble

How can one call the superclass method from a subclass method and return control to the subclass method for an S4 class?

r r-s4

R: Creating a generic function for ‘split’ from package ‘base’ in the global environment

r generics split r-s4 r-s3

Debugging unexpected S4 method dispatch

r bioconductor r-s4

Creating an S4 object with vector of objects as a slot

r r-s4

Store S4 object in matrix

r r-s4

Creating an S4 Method named `Median`

r r-s4 r-s3

How do I see existing classes

r oop r-s4

How to extend as.list in a canonical way to S4 objects

r r-s4

ggplot2: how to read the scale transformation from a plot object

r ggplot2 r-s4

Is there a way to initialize a S4 object so that another object will be returned?

oop r initialization r-s4

How to make an S4 class inherit correctly from another S4 class?

r inheritance r-s4