Displaying 1 result from an estimated 1 matches for "likefile".
Did you mean:
libfile
2010 Apr 25
0
S4 generic and method arguments -- "expanded signature"
...e="myFunction",
def = function(filename,
dimLengths,
dimSteps,
dimStarts,
likeTemplate,
likeFile) {
standardGeneric("myFunction") }
)
In my first method, for example, I only need access to the first 4
args, so I try ...
setMethod(
"myFunction",
signature=signature(filename="character",
dimLengths="...