| plot_pg_args | R Documentation | 
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, ...)
| pg.where | Character length one. If left at the default 'def', the value 
from the settings.r file is read in (parameter  | 
| 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. | 
For a list of all parameters that can be used in the ... 
argument in getap and in the plot functions 
please see anproc_file.
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
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.