- object
An object of the 'SSI' class or a matrix of coefficients
- Z
(numeric matrix) Design matrix for random effects. When Z=NULL
an identity matrix is considered (default) thus G = K; otherwise G = Z K Z' is used
- K
(numeric matrix) Kinship relationships. This can be a (character) name of a binary file where the matrix is stored
- i
(integer vector) Index testing elements (stored in object$tst
). Default i=NULL
will consider all elements in object$tst
- group
(data.frame) Column grouping for the individuals. The rows must match with the rows in G
matrix
- df
(numeric) Average number of training individuals contributing to the prediction (active) of testing individuals. Default df=NULL
will use the df
that yielded the optimal accuracy
- main
(character/expression) Title of the plot
- bg.color
(character) Plot background color
- line.color
(character) Color of lines connecting nodes in rows with those in columns
- line.tick
(numeric) Tick of lines connecting nodes in rows with those in columns
- curve
TRUE
or FALSE
to whether draw curve lines connecting nodes in rows with those in columns
- show.names
TRUE
or FALSE
to whether show node names given by the row/column names of either K
or object
(when this is a matrix)
- set.color
(character vector) Color point of each type of node: row, 'active' column, and 'non-active' column, respectively
- set.size
(numeric vector) Size of each type of node: row, 'active' column, and 'non-active' column, respectively
- group.shape
(integer vector) Shape of each level of the grouping column provided as group
- axis.labels
TRUE
or FALSE
to whether show labels in both axes
- unified
TRUE
or FALSE
to whether show an unified plot or separated for each individual in 'testing'
- point.color
(character) Color of the points in the plot
- ntst
(integer) Maximum number of row nodes ('testing') that are plotted separated as indicated by unified=FALSE
- legend.pos
(character) Either "right", topright","bottomleft","bottomright","topleft", or "none" indicating where the legend is positioned in the plot
- sets
(character vector) Names of the types of node: row, 'active' column, and 'non-active' column, respectively
- eps
(numeric) Minumum value to declare nodes to be connected. Default is the machine precision (numerical zero)