R/get.cloudpoint.R

#' Title
#'Get cloud point from ascii datafile export
#' @param filename
#'
#' @return
#' @export
#'
#' @examples
get.cloudpoint <- function(filename){
  spc <- readin(filename)
  return(spc$V1[which.middle(spc$V2)])
}
yanxianUCSB/jascor documentation built on May 21, 2019, 3:04 a.m.