Revision a84e9ffb3ac841114d4db4e70036eab333d29d2f authored by R. Wayne Oldford on 10 May 2021, 06:10:05 UTC, committed by cran-robot on 10 May 2021, 06:10:05 UTC
1 parent bb4dcd2
Raw File
l_export_valid_formats.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/l_export.R
\name{l_export_valid_formats}
\alias{l_export_valid_formats}
\title{Return a list of the available image formats when exporting a loon
  plot}
\usage{
l_export_valid_formats()
}
\value{
a vector with the image formats available for exporting a loon plot.
}
\description{
The supported image formats are dependent on the system
  environment. Plots can always be exported to the Postscript format.
  Exporting displays as .pdfs is only possible when the command line tool
  epstopdf is installed. Finally, exporting to either png, jpg, bmp, tiff or
  gif requires the Img Tcl extension. When choosing one of the formats that
  depend on the Img extension, it is possible to export any Tk widget as an
  image including inspectors.
}
back to top