Translated myisvector()
This commit is contained in:
parent
6f8e1a51a2
commit
b6afea85e1
1 changed files with 7 additions and 0 deletions
7
R/myisvector.R
Normal file
7
R/myisvector.R
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
myisvector <- function(V) {
|
||||
# Kuten isvector(V)
|
||||
|
||||
A <- size(V)
|
||||
r <- (length(A) == 2) & (min(A) == 1)
|
||||
return(r)
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue