Description Usage Arguments Value Author(s) See Also Examples
plot mHM-typical ASC raster files
| 1 2 3 4 5 | vis_asc(asc = file.choose(), proj = NA, pdf = FALSE, png = TRUE,
  overwrite = FALSE, outfile = asc$file, closedev = TRUE,
  pdfargs = NULL, add = FALSE, asp = 1, mar = c(0, 0, 0, 0),
  mgp = c(3, 0.7, 0), col = seqPal(100), bg = "grey", pch = 15,
  cex = 0.1, legend = TRUE, title = asc$name, legargs = NULL, ...)
 | 
| asc | List returned by  | 
| proj | Projection passed to  | 
| pdf, png | Save output to disc? See  | 
| overwrite | Logical: overwrite existing  | 
| outfile | Output filename without pdf/png extension. DEFAULT: asc$file | 
| closedev | Logical: if pdf|png, close devica at end of function? DEFAULT: TRUE | 
| pdfargs | List of arguments passed to  | 
| add | Logical: add to existing plot? DEFAULT: FALSE | 
| asp | Plot aspect ratio, see  | 
| mar, mgp | Plot margins and margin placement, see  | 
| col | Color palette. DEFAULT:  | 
| bg | Graph background color. DEFAULT: "grey" | 
| pch, cex | Point type + size for colPoints if  | 
| legend | Logical: add  | 
| title | Character: Legend title. DEFAULT: asc$name (obtained from filename) | 
| legargs | List of arguments passed to  | 
| ... | Arguments passed to  | 
Invisible list with pdf, png, add, closedev
Berry Boessenkool, berry-b@gmx.de, Feb-March 2017
| 1 | # to be added
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.