Checking multiple inheritance of S4 objects in Rcpp

前端 未结 0 924
你的背包
你的背包 2021-02-15 10:47

Suppose I have the following two classes in R:

setClass("Person", representation(name = "character", age = "numeric"))
setClass(&quo         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题