View source: R/netSimulator_methods.R
netSimulator and replicationSimulator methods | R Documentation |
Plot, print and summary methods for netSimulator
output.
## S3 method for class 'netSimulator'
plot(x, xvar = "factor(nCases)", yvar = c("sensitivity",
"specificity", "correlation"), xfacet = "measure",
yfacet = ".", color = NULL, ylim = c(0, 1), print =
TRUE, xlab = "Number of cases", ylab, outlier.size =
0.5, boxplot.lwd = 0.5, style = c("fancy", "basic"),
...)
## S3 method for class 'netSimulator'
print(x, digits = 2, ...)
## S3 method for class 'netSimulator'
summary(object, digits = 2, ...)
## S3 method for class 'replicationSimulator'
plot(x, yvar = c("correlation", "jaccard",
"replicatedEdges", "replicatedZeroes"), ...)
## S3 method for class 'replicationSimulator'
print(x, digits = 2, ...)
## S3 method for class 'replicationSimulator'
summary(object, digits = 2, ...)
x |
Output of |
object |
Output of |
xvar |
String indicating the variable to be used on the x-axis. |
yvar |
String vector indicating the variable(s) to be used on the y-axis. |
xfacet |
String indicating the variable to be used on the horizontal facets (or |
yfacet |
String indicating the variable to be used on the vertical facets (or |
color |
String indicating the variable to be used in coloring boxplots. |
ylim |
Y-axis limits. |
print |
Logical, should the plot be printed? This helps printing the plots to PDF files. |
digits |
Number of digits to be used in print and summary method. |
xlab |
X-axis label |
ylab |
Y-axis label. Defaults to combining the values in |
outlier.size |
Size of the outliers as plotted in boxplots. |
boxplot.lwd |
Line width of the boxplots |
style |
|
... |
Arguments sent to |
Sacha Epskamp <mail@sachaepskamp.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.