We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7bfca3 commit e29bd28Copy full SHA for e29bd28
R/weyl.R
@@ -14,7 +14,7 @@ setOldClass("weyl")
14
15
`spray` <- function (M, x, addrepeats = FALSE){spray::spray(M,x,addrepeats=addrepeats)}
16
17
-`is.weyl` <- function(M){inherits(M," weyl")}
+`is.weyl` <- function(M){inherits(M, "weyl")}
18
`as.weyl` <- function(val, d){
19
if(is.weyl(val) | is.spray(val)){
20
out <- val
0 commit comments