Good day,
> In general, the device-limits info is not on the help page because we do not
> know it.
It seems like it would be near-impossible to do in a cross-platform way.
> Normally you will get warning(s) accompanying that Error ...
> Warning: unable to allocate bitmap
> Warning: opening dev
On 10/02/2017 19:27, Prof Brian Ripley wrote:
Note that there are at least 5 separate png() devices, so Linux was not
using the (default) device used on Windows.
In general, the device-limits info is not on the help page because we do
not know it. On Windows the default device limits depend on
Note that there are at least 5 separate png() devices, so Linux was not
using the (default) device used on Windows.
In general, the device-limits info is not on the help page because we do
not know it. On Windows the default device limits depend on the OS
version, 32/64-bit, RAM and the graph
Were you suppressing warnings? I get a warning along with the "unable
to start device 'png'" in some cases where it fails. E.g., on Linux
> png("Figure1A.png", h = 7, w = 7, res = 1e5, units = "cm")
Error in png("Figure1A.png", h = 7, w = 7, res = 1e+05, units = "cm") :
unable to start device
> Dario Strbenac
> on Fri, 10 Feb 2017 02:00:08 + writes:
> Good day,
> Could the documentation of graphics devices give some explanation of how
big the bitmap limits are? For example,
>> png("Figure1A.png", h = 7, w = 7, res = 1000, units = "cm")
> Results in E