Usage
dissim.heatmap(data, is.OTU=TRUE, meta=NULL, row.factor=NULL, col.factor=NULL, stand.method="chi.square", dissim.method="euclidean", file=NULL, ext=NULL, height=8, width=9, leg.x=-0.05, leg.y=0)
Arguments
data
the OTU table to be used.
is.OTU
logical. Whether or not the data is an OTU table.
meta
the metadata table to be used.
row.factor
a factor from the metadata to show along the rows of the heatmap
(see Details below).
col.factor
a factor from the metadata to show along the columns of the
heatmap (see Details below).
stand.method
a method used to standardize the OTU table.
One of "total
", "max
", "freq
",
"normalize
", "range
", "standardize
",
"pa
", "chi.square
", "hellinger
" or
"log
" (see ?decostand).
dissim.method
the dissimilarity index to be used; one of "manhattan
",
"euclidean
", "canberra
", "bray
",
"kulczynski
", "jaccard
", "gower
",
"altGower
","morisita
", "horn
",
"mountford
", "raup
", "binomial
",
"chao
", or "cao
" (see ?vegdist).
file
the file path where the image should be created
(see ?RAM.plotting).
ext
the file type to be used; one of "pdf"
, "png"
,
"tiff"
, "bmp"
, "jpg"
, or "svg"
.
height
the height of the image to be created (in inches).
width
the width of the image to be created (in inches).
leg.x
how far the legend should be inset, on the x axis.
leg.y
how far the legend should be inset, on the y axis.