R/kml.background.make.r

Defines functions kml.background.make

Documented in kml.background.make

#' @title kml.background.make
#' @description unknown
#' @family abysmally documented
#' @author  unknown, \email{<unknown>@@dfo-mpo.gc.ca}
#' @export
  kml.background.make = function( con, name, colour='', href='', x='' ) {
    writeLines( kml.background( name=name, colour=colour, href=href, x=x ), con )
  }
Beothuk/bio.utilities documentation built on May 5, 2019, 1:39 p.m.