plot.remlf90: Spatial plot of a model's fit components

Description Usage Arguments

Description

Plots the predicted values of the component effects of the phenotype.

Usage

1
2
3
4
5
6
7
## S3 method for class 'remlf90'
plot(
  x,
  type = c("phenotype", "fitted", "spatial", "fullspatial", "residuals"),
  z = NULL,
  ...
)

Arguments

x

A breedR object

type

Character. Which component is to be represented in the map.

z

Optional. A numeric vector to be plotted with respect to the spatial coordinates. Overrides type.

...

Further layers passed to ggplot.


skayondo/breed_forest documentation built on Aug. 11, 2020, 12:35 a.m.