R/default_gpar.R

Defines functions default_gpar

Documented in default_gpar

default_gpar <- function(){

	list(
		'fill'='black',
		'fill-opacity'=1,
		'font-family'='Arial',
		'font-size'=12,
		'opacity'=1,
		'r'=1,
		'stroke'='black',
		'stroke-opacity'=1,
		'stroke-width'=1
	)
}

Try the svgViewR package in your browser

Any scripts or data that you put into this service are public.

svgViewR documentation built on Aug. 29, 2023, 1:06 a.m.