plot_corr_sub | R Documentation |
Make correlation plots
plot_corr_sub(
df,
cor_method = "pearson",
xlab,
ylab,
filename,
filepath,
xmin,
xmax,
xbreaks,
width,
height,
digits = 2L,
...
)
df |
The name of a primary data file. By default, it will be determined
automatically after matching the types of data and analysis with an
|
xlab |
x-axis label. |
ylab |
y-axis label. |
filename |
A representative file name to outputs. By default, the
name(s) will be determined automatically. For text files, a typical file
extension is |
filepath |
A file path to output results. By default, it will be
determined automatically by the name of the calling function and the value
of |
xmin |
minimal x. |
xmax |
maximal x. |
xbreaks |
breaks on x-axis. |
width |
plot width |
height |
plot height |
... |
additional arguments for ggsave. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.