Change Labels of ggplot2 Facet Plot to Italics & Bold in R (2 Examples) 您所在的位置:网站首页 rtutorial Change Labels of ggplot2 Facet Plot to Italics & Bold in R (2 Examples)

Change Labels of ggplot2 Facet Plot to Italics & Bold in R (2 Examples)

2023-03-22 07:36| 来源: 网络整理| 查看: 265

Change Labels of ggplot2 Facet Plot to Italics & Bold in R (2 Examples)

In this article, I’ll show how to switch the labels of a ggplot2 facet graphic to bold or italics in the R programming language.

Setting up the Examples data(iris) # Importing example data head(iris) # Sepal.Length Sepal.Width Petal.Length Petal.Width Species # 1 5.1 3.5 1.4 0.2 setosa # 2 4.9 3.0 1.4 0.2 setosa # 3 4.7 3.2 1.3 0.2 setosa # 4 4.6 3.1 1.5 0.2 setosa # 5 5.0 3.6 1.4 0.2 setosa # 6 5.4 3.9 1.7 0.4 setosa

data(iris) # Importing example data head(iris) # Sepal.Length Sepal.Width Petal.Length Petal.Width Species # 1 5.1 3.5 1.4 0.2 setosa # 2 4.9 3.0 1.4 0.2 setosa # 3 4.7 3.2 1.3 0.2 setosa # 4 4.6 3.1 1.5 0.2 setosa # 5 5.0 3.6 1.4 0.2 setosa # 6 5.4 3.9 1.7 0.4 setosa

install.packages("ggplot2") # Install ggplot2 package library("ggplot2") # Load ggplot2

install.packages("ggplot2") # Install ggplot2 package library("ggplot2") # Load ggplot2

my_plot


【本文地址】

公司简介

联系我们

今日新闻

    推荐新闻

    专题文章
      CopyRight 2018-2019 实验室设备网 版权所有