1
0
Fork 0
mirror of https://github.com/prise6/aVirtualTwins.git synced 2024-05-08 20:46:31 +02:00

Arguments of VT.incidences

This commit is contained in:
prise6 2015-07-24 20:03:56 +02:00
parent be004ed1fe
commit 2fa7af0d41

View file

@ -305,7 +305,7 @@ VT.tree <- setRefClass(
"Return Ahat incidence"
if(sum(.self$Ahat)!=0){
table.inc <- VT.incidences(.self$vt.difft, select = .self$Ahat)
table.inc <- VT.incidences(vt.difft = .self$vt.difft, select = .self$Ahat, F)
table.A <- table.inc$table.selected
table.A.cmpl <- table.inc$table.not.selected