1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/plots.R
\name{vis.clonal.space}
\alias{vis.clonal.space}
\title{Visualise occupied by clones homeostatic space among Samples or groups.}
\usage{
vis.clonal.space(.clonal.space.data, .groups = NULL)
}
\arguments{
\item{.clonal.space.data}{Data from the \code{fclonal.space.homeostasis} function.}
\item{.groups}{List of named character vector with names of Samples
in \code{.clonal.space.data} for grouping them together.}
}
\value{
ggplot object.
}
\description{
Visualise which clones how much space occupy.
}
\seealso{
\link{clonal.space.homeostasis}
}
|