我正在为我的一个项目学习R。我将其与JetBrains Pycharm IDE结合使用。
似乎它已经为R提供了开箱即用的支持。但是,当我绘制某些内容时,“ SciView”或“ R Graphics”窗口中什么也没有显示。
R代码会生成带有正确绘图的pdf文件。
我使用以下代码:
# Title : TODO
# Objective : TODO
# Created by: boatfolder
# Created on: 2019-03-04
print("Hello world")
# Define the cars vector with 5 values
cars <- c(1, 3, 6, 4, 9)
# Graph cars using blue points overlayed by a line
plot(cars, type="o", col="blue")
# Create a title with a red, bold/italic font
title(main="Autos", col.main="red", font.main=4)
这是结果的样子:
为什么它没有显示在“ SciView”或“ R Graphics”窗口中?
答案 0 :(得分:0)
现在禁用: https://github.com/holgerbrandl/r4intellij/issues/134
我使用df = pd.concat(merged_polygons, axis=1).T
or
df = pd.DataFrame(merged_polygons)
设置输出文件名,例如:
jpeg(...)
希望对某人有用