我希望使用Pérez-Silva 等人创建的nVennR 包在 R 中使用我自己的数据创建一个复杂的维恩图。2018 年。我正在此小插图中运行示例代码。
当我运行示例代码时,R 会显示一条警告消息:
The figure cannot be rendered in the plot window. Please, use the arguments outFile and/or systemShow.
Run Code Online (Sandbox Code Playgroud)
将 systemShow 参数设置为 TRUE 后,Chrome 尝试打开 SVG 文件并显示以下错误:
error on line 74 at column 45: Namespace prefix xlink for href on use is not defined.
Run Code Online (Sandbox Code Playgroud)
不知道为什么我无法使用提供的代码生成图像!