Description Usage Arguments Value Examples
Add a trapspace to a Griffin query. The function takes a dataframe with the trapspace where the row corresponds to it each column corresponds to a node of the network The valid values are: 1: active 0: inactive *: non-determined
1 | addGqueryTrapspace(j.query, df.trapspace)
|
j.query |
Griffin query |
df.trapspace |
dataframe with valid trapspace |
query java query to run Griffin
1 2 3 | trap = data.frame(a=c(1), b=c('*'), c=c('*'),
stringsAsFactors = F )
q = addGqueryTrapspace(q, trap)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.