# NOT RUN {
kindata <- tibble::tibble(
id1 = c("a", "b", "c"), id2 = c("x", "y", "z"),
distance = c(50, 45, 65), kinship = c("1C", "1C", "1C")
)
KinPairSimulation_custom(kindata,
kinship = "1C", kerneltype = "Gaussian",
customsigma = c(initsigma = 15, breedsigma = 25, gravsigma = 20, ovisigma = 10),
lifestage = "ovisigma", cycle = 0
)
# }
Run the code above in your browser using DataLab