Skip to contents

Set graphics device to ragg PNG

Usage

ragg_png(..., res = 300)

Arguments

...

Passed on to agg_png()

res

PNG resolution, defaults to 300

Value

Sets the device

Examples

if (FALSE) {
if(interactive()){
 #EXAMPLE1
 }
}