Displaying 2 results from an estimated 2 matches for "rrothc2".
Did you mean:
rothc
2011 Jan 26
1
Problem with "setMethod" in R package
...asted below, together with my related questions as "comments".)
> showMethods("plot")
Function "plot":
<not a generic function> # I am surprised about this --
# why isn't plot a generic function?
> library("RrothC2")
Loading required package: Rcpp
Loading required package: pascal
Creating a new generic function for "plot" in ".GlobalEnv"
in method for ?plot? with signature ?x="Rcpp_rothC",y="missing"?: no
definition for class "Rcpp_rothC"...
2011 Jan 23
0
setMethod call in package code using Rcpp
...ted below, together with my related questions as "comments".)
> showMethods("plot")
Function "plot":
<not a generic function> # I am surprised about this --
# why isn't plot a generic function?
> library("RrothC2")
Loading required package: Rcpp
Loading required package: pascal
Creating a new generic function for "plot" in ".GlobalEnv"
in method for ?plot? with signature ?x="Rcpp_rothC",y="missing"?: no
definition for class "Rcpp_rothC"...