問題タブ [forestplot]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
r - forestplot: パッケージで提案されている既存の fpDrawNormalCI を変更したい
動機付けの例 - シンボル用に塗りつぶされた円と塗りつぶされていない円を含むフォレストプロットを作成する必要があります。
ただし、シンボルのサイズはわずかに異なります (fpDrawPointCI は fpDrawCircleCI よりも小さい)。fpDrawPointCI を試してみると、受け入れられる pch 値のベクトルを取得できません。
私は試した
しかし、それはうまくいきませんでした。
それで、ライブラリ(forestplot)をロードした後、私のforestplotコマンドの前に、スクリプトでこれを作成しようとしました。
fpDrawPointCIfilled() のエラー: 関数 prFpDrawLine が見つかりませんでしたというエラーが返されます。forestplot で fpDrawNormalCI 関数をどのように変更したかの例を投稿できますか?
ありがとう、クリス