Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in s4

Converting spatial polygon to regular data frame without use of gpclib tools

r ggplot2 gis s4 maptools

How to create a sub-class of data.frame with additional features

r s4

Programmatically distinguishing S3 and S4 objects in R

r object s4

What's the difference between setMethod("$<-") and set setReplaceMethod("$")?

r s4

R code examples/best practices

r coding-style comments s4

Why does print of S4 class call `show` without namespacing it?

r s4

How to implement subset replacement for S4 methods

r s4

printing a data.frame that contains a list-column of S4 objects

r dataframe dplyr s4

How to specify in which order to load S4 methods when using roxygen2

What is setReplaceMethod() and how does it work?

r s4

Is S4 method dispatch slow?

r dispatch s4

Getting a slot's value of S4 objects?

r spatial s4

dispatching S4 methods with an expression as argument

r expression dispatch s4

Generalizing `...` (three dots) argument dispatch: S4 methods for argument set including `...`

r argument-passing dispatch s4

Inspect S4 methods

r s4 code-inspection

How to create a dataframe of user defined S4 classes in R

r s4

Converting package using S3 to S4 classes, is there going to be performance drop?

performance r oop s4

How to set default value of a slot as NULL in R?

r s4

Is there an S4 equivalent to unlist()?

r s4