eTarget | R Documentation |
eTarget
eTarget
has 2 components: evidence and metag.
eTarget(evidence, metag) ## S3 method for class 'eTarget' print(x, ...)
evidence |
a data frame |
metag |
an 'igraph' object |
x |
an object of class |
... |
other parameters |
an object of S3 class eTarget
## Not run: # Load the library library(Pi) ## End(Not run) RData.location <- "http://galahad.well.ox.ac.uk/bigdata" ## Not run: eTarget(evidence, metag) ## End(Not run)