【发布时间】:2017-06-29 05:22:24
【问题描述】:
所以,我有这个工作流程:
我使用“列过滤器”从我的文件中选择了 2 列(日和温度)。我连接到我配置的“R plot”,但我得到了这个:
没有选择day列作为X轴而是(Row ID),Y轴就ok了。
这是我在 R 图中的代码:
# Library
library(qcc)
library(readr)
library(Rserve)
Rserve(args = "--vanilla")
# Data column filter from CSV file imported
Test <- kIn
#Background color
qcc.options(bg.margin = "white", bg.figure = "gray95")
#R graph ranges of a continuous process variable
qcc(data = Test,
type = "R",
sizes = 5,
title = "Sample R Chart Title",
digits = 2,
plot = TRUE)
【问题讨论】:
-
使用快速表单节点并在 R sn-ps 中使用流变量。 (使用元节点,您甚至可以很好地配置它。)