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(y, geno, trial, dfr)

Arguments

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.

dfr

The name of the data frame.

Value

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

Author(s)

Raul Eyzaguirre

Examples

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

reyzaguirre/st4gi documentation built on Oct. 18, 2024, 3:04 p.m.