ggvega:从'ggplot2'到'Vega-Lite'的翻译器

时间:2024-08-12 13:43:12
【文件属性】:

文件名称:ggvega:从'ggplot2'到'Vega-Lite'的翻译器

文件大小:2.38MB

文件格式:ZIP

更新时间:2024-08-12 13:43:12

HTML

格维加 ggvega的目标是将 ggplot2 对象转换为 Vega-Lite 规范。 library( ggvega ) # > Welcome to ggvega; this package is not yet fully functional, and is under active development. library( ggplot2 ) p <- ggplot( iris ) + geom_point(aes( x = Petal.Width , y = Petal.Length , colour = Species )) as_vegaspec( p ) 重要的提示 这个包处于非常实验性的状态,正在非常活跃的开发中。 目前,我们可以翻译: geom_point() 美学: x , y , colour 单位地块; 没有刻面。 我们计划扩展这种能


网友评论