library(ggplot2)
# ---- Ferritin vs Iron Scatter Regression ----
# あなたのデータを入力してください
df <- data.frame(
x = c(),
y = c()
)
ggplot(df, aes(x = x, y = y)) +
geom_point(size = 2) +
geom_line() +
scale_x_continuous(name = "Serum Ferritin (ng/mL)", limits = c(0, 500)) +
scale_y_continuous(name = "Serum Iron (μg/dL)", limits = c(0, 200)) +
labs(title = "Ferritin vs Iron Scatter Regression") +
theme_bw(base_size = 14) +
theme(plot.title = element_text(face = "bold", hjust = 0.5))
フェリチン-鉄散布回帰の使い方・描き方
このフェリチン-鉄散布回帰(Ferritin vs Iron Scatter Regression)のグラフテンプレートは、血液分野の学習・レポート作成に最適な白紙台紙です。医学部の講義レポート、実習レポート、研究発表のポスター、卒業論文、学会発表スライドなどに、ダウンロードしてそのままお使いいただけます。
別名・関連する呼び方:Ferritin vs Iron Scatter Regression、血液 フェリチン-鉄散布回帰、フェリチン-鉄散布回帰 テンプレート、フェリチン-鉄散布回帰 台紙、フェリチン-鉄散布回帰 白紙