get_trait_name: Get the full name of the trait into crop trait dictionary

Description Usage Arguments Value Author(s) Examples

View source: R/trait_tools.R

Description

Get the full name of the trait into crop trait dictionary

Usage

1
get_trait_name(trait, trait_dict, dsource = 1)

Arguments

trait

trait abreviation

trait_dict

trait dictionary

dsource

source of the data 1: Hidap, 2: FieldbookApp.

Value

The full name of the trait

Author(s)

omar benites

Examples

1
2
3
4
5
6
7
8
## Not run: 
# The data
data(potato_yield)
#str(potato_yield)
# NTP: Number of tuber planted
get_trait_name("NTP", potato_yield)

## End(Not run)

omarbenites/traittools documentation built on Dec. 24, 2019, 5:33 a.m.