Files
snpdiver/man/mash_plot_Ulist.Rd

36 lines
884 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/mash-evaluation.R
\name{mash_plot_Ulist}
\alias{mash_plot_Ulist}
\title{ggplot of specific covariance matrix patterns}
\usage{
mash_plot_Ulist(
m,
range = NA,
saveoutput = FALSE,
suffix = "",
limits = TRUE,
labels = TRUE
)
}
\arguments{
\item{m}{An object of type mash}
\item{range}{Numeric vector. Which covariance matrices should be plotted?}
\item{saveoutput}{Logical. Should the output be saved to the path?}
\item{suffix}{Character. Optional. A unique suffix used to save the files,
instead of the current date & time.}
\item{limits}{should there be plot limits of -1 and 1? Default is true.}
}
\value{
A list of dataframes used to make the tile plots and the plots
themselves.
}
\description{
Creates a tile plot using ggplot of the covariance matrices
specified in the mash model.
}