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

plot.remlf90R Documentation

Spatial plot of a model's fit components

Description

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

Usage

## 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.


famuvie/breedR documentation built on Aug. 6, 2024, 9:10 p.m.