plot.tna_comparison | R Documentation |
Plot the Comparison of Two TNA Models or Matrices
## S3 method for class 'tna_comparison'
plot(
x,
type = "heatmap",
population = "difference",
method = "pearson",
name_x = "x",
name_y = "y",
...
)
x |
A |
type |
A |
population |
A |
method |
A |
name_x |
An optional |
name_y |
An optional |
... |
Ignored. |
A ggplot
object.
Szekely, G.J., Rizzo, M.L., and Bakirov, N.K. (2007), Measuring and Testing Dependence by Correlation of Distances, Annals of Statistics, Vol. 35 No. 6, pp. 2769-2794. doi:10.1214/009053607000000505
Model comparison functions
compare()
,
compare.group_tna()
,
plot_compare()
,
plot_compare.group_tna()
,
print.tna_comparison()
model_x <- tna(group_regulation[1:200, ])
model_y <- tna(group_regulation[1001:1200, ])
comp <- compare(model_x, model_y)
plot(comp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.