R/plot.R

#' Plot parameter with NDSI
#'
#' @param x The vector of measurements. Labels are freqA_freqB format.
#'
#' @return Nothing, though it creates a heatmap Plot
PlotNDSI <- function(x) {
  grid.to.plot <- ConvertNDSIVectorToMatrix(x)
  #OTHER THINGS
}
bomeara/biosense documentation built on May 12, 2019, 11:34 p.m.