Hi Hannes,
> Dear all,
>
> I tried:
>> iris
>> species.n <- as.numeric(Species)
>> plot(iris, col = species.n)
>> savePlot(filename="IrisTestPlot", type="png")
You might try
quartz.save("Iris.png","png")
I think this is an undocumented function that is specific to the Mac GUI.
You can search th
Dear all,
I tried:
> iris
> species.n <- as.numeric(Species)
> plot(iris, col = species.n)
> savePlot(filename="IrisTestPlot", type="png")
and got the error message:
Fehler in savePlot(filename = "IrisTestPlot", type = "png") :
kann nur aus 'X11(type="*cairo")' Devices kopieren
(sorry, I have
2 matches
Mail list logo