predict.Ad | R Documentation |
predicting yield adaptability from genotypic sensibility coefficients and raster files.
## S3 method for class 'Ad'
predict(coef, cov.raster, df.x = NULL, yx = NULL,
intercept = T)
coef |
data.frame containing genotype id (gid) and genotypic sensibility coefficients |
cov.raster |
is a raster or a raster stack file for environmental covariates |
df.x |
data.frame containing environmental covarites per pixel (used when cov.raster is NULL) |
yx |
data.frame containing geographic coordinates (latitude and longitude) per pixel (used when cov.raster is NULL) |
intercept |
TRUE (default) or FALSE if considering include fixed genotypic intercept |
Germano M F Costa Neto
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.