Skip to content
Snippets Groups Projects
plotBiomeInternalDistribution.Rd 1.12 KiB
Newer Older
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/MECO.R, R/MECO_sav.R
\name{plotBiomeInternalDistribution}
\alias{plotBiomeInternalDistribution}
\title{Plot to file distribution of similarity within biomes}
\usage{
plotBiomeInternalDistribution(
  data,
  file,
  biomes_abbrv,
  scale,
  title = "",
  legendtitle = "",
  eps = FALSE
)

plotBiomeInternalDistribution(
  data,
  file,
  biomes_abbrv,
  scale,
  title = "",
  legendtitle = "",
  eps = FALSE
)
}
\arguments{
\item{data}{data object with distibution - as returned by 
calculateWithInBiomeDiffs. dim: c(biomes,bins)}

\item{file}{to write into}

\item{biomes_abbrv}{to mask the focusBiome from}

\item{scale}{scaling factor for distribution. defaults to 1}

\item{title}{character string title for plot, default empty}

\item{legendtitle}{character string legend title, default empty}

\item{eps}{write as eps or png (default: F -> png)}
}
\value{
None

None
}
\description{
Function to plot to file the distribution of similarity within biomes

Function to plot to file the distribution of similarity within biomes
}
\examples{
\dontrun{

}
\dontrun{

}
}