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
54
55
56
57
58
59
60
% 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{
}
}