# Dataset from Torices & Méndez (2014)
# This data set represents the dry mass (in grames) of inflorescence components of the sunflower
# species Tussilago farfara. The inflorescences were dissected in 'SCAPE', 'RECEPTACLE', 'MALEFL'
# (male flowers), 'OVAR' (reproductive part of female flowers), and 'RAYS' (the petaloid ray of
# female flower). Furthermore in the last column the total weight of the inflorescence is added
#'TOTALSIZE'
data(tussilago)
# To estimate the INT indices controlling by a third variable
# it is mandatory to define the "control" variable. Otherwise, it gives an error:
#
# intsc(traits=tussilago)
intsc(traits=tussilago[,1:5],control=tussilago[,6])
Run the code above in your browser using DataLab