A platform-flexible function for creating a new plotting device.
It functions just like windows()
on Windows OS, quartz()
on Mac OS,
and x11()
on Linux OS.
1 | ext_device(h = 7, w = 7, title = NULL)
|
h |
the height, in inches |
w |
the width, in inches |
title |
the desired title of the plotting window |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.