youngser / D3M2

0 stars 0 forks source link

vnsgm.interface.R bug #8

Closed disa-mhembere closed 7 years ago

disa-mhembere commented 7 years ago

So sgm works, but there is a bug in R code. x is not defined here. Can someone fix this and push it to their branch (i.e., Youngser to master or Heather to dsp)?

Thanks!

youngser commented 7 years ago

It's fixed; voi == x.

disa-mhembere commented 7 years ago

Ok aand what is the type and description of what voi is?

youngser commented 7 years ago

It can be an integer or a vector of integers.

#' @param x vector of indices for vertices of interest (voi) in \eqn{G_1}
disa-mhembere commented 7 years ago

ok and s is?

youngser commented 7 years ago

Oh, it's an integer, the number of seeds.

disa-mhembere commented 7 years ago

Great, thanks