conplot: Plot connectivity among trials

View source: R/conplot.r

conplotR Documentation

Plot connectivity among trials

Description

Function to plot number of genotypes in common among trials.

Usage

conplot(dfr, y, geno, trial, na.remove = TRUE)

Arguments

dfr

The name of the data frame.

y

The name of the column for the variable to plot.

geno

The name of the column that identifies the genotypes.

trial

The name of the column that identifies the trials.

na.remove

Logical indicating if NA values should be removed, default TRUE.

Value

It returns a plot with the number or percentage of genotypes in common among trials.

Author(s)

Raul Eyzaguirre

Examples

conplot(ptfs, "ttwp", "geno", "trial.name")

reyzaguirre/st4gi documentation built on March 29, 2025, 10:38 p.m.