Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
qccライブラリを使用して xbar を作成しています。
qcc
次の値を使用すると機能します。
data <- c(4.74, 8.71, 7.01) qcc(data, type="xbar.one", center = 2)
ただし、x 軸にも値をプロットしたいと考えています。したがって、1、2、3 と言う代わりに、「ジョン、マイク、ジェイソン」と言う必要があります。
これらの値を x 軸に簡単に追加する方法について何か考えはありますか?