Search code examples
R : setGeneric with two different S4 classes (B inherits A) with same method name and signature...

rr-s4

Read More
Easiest way to save an S4 class...

rclasssaver-s4

Read More
R S4 inheritance - issues with validity testing and optional slots...

roopinheritancer-s4

Read More
Overriding the subset method in R for a specific class interferes with other objects...

rsubsetr-s4

Read More
Are `$` and `[[` equivalent when accessing elements of an S4 object?...

rr-s4

Read More
add personal funtion in setMethod in R...

rdataframefilterr-s4

Read More
R: what are Slots?...

ooprr-s4slotr-faq

Read More
Using the `validate` package inside an Rmarkdown document...

rr-markdownr-s4

Read More
Subsetting a custom S4 class using the "subset" function within another function...

rmethodssubsetenvironmentr-s4

Read More
Is there a way to use own package's data (internal or external) as a default S4 class slot?...

rr-packager-s4

Read More
How to set an S4 method for 2+ classes?...

rr-s4

Read More
R and RMySQL, how do I get the database name of the connection?...

mysqlrr-s4

Read More
What does exportClasses actually do with S4 classes?...

rr-s4

Read More
Assign S4 slot within loop...

rr-s4

Read More
Create S4 slots dynamically...

rr-s4

Read More
how to setMethod `[` for a S4 object to be applied to a data.table in a slot...

rindexingdata.tabler-s4

Read More
Debugging unexpected S4 method dispatch...

rbioconductorr-s4

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

rmatrixr-s4r-s3

Read More
How to overload S4 slot selector `@` to be a generic function...

rgenericsr-s4r-s3

Read More
Convert NA to 0...

rdataframer-s4isnan

Read More
R: plot: Error in as.double(x): cannot coerce type 'S4' to vector of type 'double'...

rr-packager-s4r-s3

Read More
Forward all arguments passed to the `[` subset method to another object in R...

rr-s4

Read More
Why are the rounding functions S4 generics rather than S3?...

rroundingr-s4r-s3

Read More
Correct way to inherit an S4 object in another S4 Object in R...

robjectoopr-s4

Read More
What is the difference between object and .Object in OOP in R?...

roopr-s4

Read More
Error in getMethod("summary", signature = "FitDiff")...

rclassr-s4r-lavaanr-s3

Read More
Convert a tibble into an S4 Object...

rr-s4

Read More
What is the correct way to know which class an S4 object is?...

rr-s4

Read More
How to properly document S4 class slots using Roxygen2?...

classrr-s4slotroxygen2

Read More
Setter and getter methods in R programming S4 OOP...

rclassmethodsr-s4

Read More
BackNext