plotdev {segmenTier} | R Documentation |
Switch between plot devices.
Description
Switch between plot devices.
Usage
plotdev(file.name = "test", type = "png", width = 5, height = 5,
res = 100)
Arguments
file.name |
file name without suffix (.png, etc) |
type |
plot type: png, jpeg, eps, pdf, tiff or svg |
width |
figure width in inches |
height |
figure height in inches |
res |
resolution in ppi (pixels per inch), only for types png, jpeg and tiff |
[Package segmenTier version 0.1.2 Index]