改变grImport包中grid.symbol函数的图片高度

时间:2015-01-27 19:24:40

标签: r image plot ggplot2 grimport

我在grImport package vignette page 15

中关注此示例
R> xyplot(V8 ~ V7, data = flower,
+ xlab = "Height", ylab = "Distance Apart",
+ panel = function(x, y, ...) {
+ grid.symbols(PSflower, x, y, units = "native",
+ size = unit(5, "mm"))
+ })

基本上应该使用某些坐标在图中绘制图片:

enter image description here

我的问题:是否可以调整单张照片的高度/宽度? 如果您使用grid.pictureheight参数使用width函数,则可以执行此操作,但我似乎找不到grid.symbols的这些参数。是否可以使用grid.symbols函数完成?

如果没有,无论如何使用grid.picture

在基于坐标的系统中进行绘图

最终我想要的是:

enter image description here

感谢任何帮助,谢谢!

0 个答案:

没有答案