Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/MECO.R, R/MECO_sav.R
\name{plotBiomeInternalDistributionToScreen}
\alias{plotBiomeInternalDistributionToScreen}
\title{Plot distribution of similarity within biomes}
\usage{
plotBiomeInternalDistributionToScreen(
data,
biomes_abbrv,
title = "",
legendtitle = "",
scale = 1
)
plotBiomeInternalDistributionToScreen(
data,
biomes_abbrv,
title = "",
legendtitle = "",
scale = 1
)
}
\arguments{
\item{data}{data object with distibution - as returned by
calculateWithInBiomeDiffs for each subcategory of meco.
dim: c(biomes,bins)}
\item{biomes_abbrv}{to mask the focusBiome from}
\item{title}{character string title for plot, default empty}
\item{legendtitle}{character string legend title, default empty}
\item{scale}{scaling factor for distribution. defaults to 1}
}
\value{
None
None
}
\description{
Function to plot the distribution of similarity within biomes
Function to plot the distribution of similarity within biomes
}
\examples{
\dontrun{
}
\dontrun{
}
}