get_scale_trait: Get a scale condition for quantitative or cualitative traits

Description Usage Arguments Author(s) Examples

View source: R/trait_tools.R

Description

Function to get the scale of differents trait,

Usage

1
get_scale_trait(trait, trait_dict, dsource = 1)

Arguments

trait

trait abreviation

trait_dict

trait dictionary

dsource

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

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_scale_trait("NTP", potato_yield)

## End(Not run)

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