plot_pg_args: Plot - General Plotting Arguments

plot_pg_argsR Documentation

Plot - General Plotting Arguments

Description

The following parameters can be used in the ... argument in any of the plotting-functions (see plot) to override the values in the analysis procedure file and so to modify the graphics / the pdf - see examples.

plot(cube, ...)

plot_cube(cube, ...)

plot(dataset, ...)

plot_spectra(dataset, ...)

plot_spectra(cube, ...)

Arguments

pg.where

Character length one. If left at the default 'def', the value from the settings.r file is read in (parameter gen_plot_pgWhereDefault). For plotting to PDFs provide "pdf", for plotting to graphics device provide anything but "pdf".

pg.main

Character length one. The additional text on the title of each single plot.

pg.sub

Character length one. The additional text on the subtitle of each single plot.

pg.fns

Character length one. The additional text in the filename of the pdf.

Details

For a list of all parameters that can be used in the ... argument in getap and in the plot functions please see anproc_file.

See Also

Other Plot arguments: plot,aquap_data,missing-method, plot_NNET_args, plot_SVM_args, plot_aqg_args, plot_discrimAnalysis_args, plot_pca_args, plot_pls_args, plot_randomForest_args, plot_sim_args

Examples

## Not run: 
dataset <- gfd()
cube <- gdmm(dataset)
plot(cube, pg.main="Foo") 
# prints an additional "Foo" on the title of each plot.
plot(cube, pg.main="Foo", pg.fns="_foo")
# adds the string "_foo" to each of the generated pdfs.

## End(Not run)

bpollner/aquap2 documentation built on March 29, 2024, 7:33 a.m.