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

Arguments

trait

The name of the column for the trait 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 April 30, 2024, 5:45 a.m.