ggPhenotypeByDegree.core {ggpedigree} | R Documentation |
Core plotting function for ggPhenotypeByDegree This function generates the core ggplot object based on the prepared data frame.
Description
Core plotting function for ggPhenotypeByDegree This function generates the core ggplot object based on the prepared data frame.
Usage
ggPhenotypeByDegree.core(
df,
y_var,
y_se,
y_stem_se,
y_ci_lb = NULL,
y_ci_ub = NULL,
config,
...
)
Arguments
df |
Data frame containing pairwise summary statistics. Required columns:
|
y_var |
Name of the y-axis variable column (e.g., "r_pheno_rho"). |
y_se |
Name of the standard error column (e.g., "r_pheno_se"). |
y_stem_se |
Optional; base stem used to construct SE ribbon bounds. (e.g., "r_pheno") |
y_ci_lb |
Optional; lower bound for confidence interval (e.g., "r_pheno_ci_lb"). |
y_ci_ub |
Optional; upper bound for confidence interval (e.g., "r_pheno_ci_ub"). |
config |
A list of configuration overrides. Valid entries include:
|
... |
Additional arguments passed to 'ggplot2' functions. |
Value
A ggplot object containing the correlation plot.