# NOT RUN {
library(IBCF.MTME)
data('Wheat_IBCF')
CV.RandomPart(Wheat_IBCF)
CV.RandomPart(Wheat_IBCF, NPartitions = 10)
CV.RandomPart(Wheat_IBCF, Traits.testing = 'DH')
CV.RandomPart(Wheat_IBCF, NPartitions = 10, PTesting = .35)
CV.RandomPart(Wheat_IBCF, NPartitions = 10, Traits.testing = 'DH')
CV.RandomPart(Wheat_IBCF, NPartitions = 10, PTesting = .35, Set_seed = 5)
CV.RandomPart(Wheat_IBCF, NPartitions = 10, PTesting = .35, Traits.testing = 'DH')
CV.RandomPart(Wheat_IBCF, NPartitions = 10, PTesting = .35, Traits.testing = 'DH', Set_seed = 5 )
# }
Run the code above in your browser using DataLab