MyNixOS website logo
Description

Data and Functions for the Book Modern Statistical Graphics.

A companion to the Chinese book ``Modern Statistical Graphics''.

R-CMD-check

This is an R package for my Chinese book Modern Statistical Graphics, which is hosted in the repo https://github.com/XiangyunHuang/MSG-Book.

这是为《现代统计图形》一书编写的 R 附加包 MSG(Modern Statistical Graphics 的缩写)。该包目前已经发布到 CRAN,所以读者可以用以下方式直接安装:

install.packages("MSG")

或者安装开发版:

remotes::install_github("yihui/MSG")

在 R 中加载:

library("MSG")

这里,我们简要介绍一下它包含的函数和数据。更为详细的信息见帮助文档或《现代统计图形》一书。

函数说明 {#sec:MSG-fun}

andrews_curve() : 根据数据矩阵画调和曲线图。

char_gen() : 给定一个长度为 2 的字符向量,生成一个字符矩阵,其中包含若干个第 2 个字符和一个第 1 个字符,看用户从一大堆第 2 个字符中辨别第 1 个字符的难度。这可以是我们选择点的外观的一种依据。

cut_plot() : 将一幅散点图的横坐标离散化,并计算每组内点的纵坐标的均值。

heart_curve() : 画心形曲线,用作低层作图函数的练习。

msg() : 重现书中插图及其源代码。

vec2col() : 将一个向量通过 RColorBrewer 包中的调色板转化为颜色向量。

数据说明

assists : 湖人和骑士比赛中的助攻数据。

BinormCircle : 人造数据:两个独立的正态分布随机变量(10000 行实现值),加上半径为 0.5 的圆上的点的坐标(10000 行)。

canabalt : 游戏末日狂奔中的得分和游戏设备数据(从 Twitter 消息获得)。

ChinaLifeEdu : 2005 年中国各省市的人均预期寿命和受高等教育人数。

Export.USCN : 1994 年到 2004 年中美出口额数据。

gov.cn.pct : 某国政府网站中出现的各个百分比数据的频数(2009 年 12 月 17 日通过 Google 抓取)。

murcia : 西班牙 Murcia 省的土壤成分数据。

music : 四类艺术家的音乐频率数据,两类来自古典乐,两类来自摇滚乐。

PlantCounts : 植物数目与海拔高度的数据,共两列,每一行数据记录了某一海拔高度上植物数目。

quake6 : 1973 年到 2010 年全球地震中超过 6 级的地震数据,包括经度、纬度、时间等信息。

tvearn : 2011 年 2 月最高收入的美剧演员数据,包括收入、电视剧类型、性别、电视剧评分等信息。

Metadata

Version

0.8

License

Unknown

Platforms (75)

    Darwin
    FreeBSD
    Genode
    GHCJS
    Linux
    MMIXware
    NetBSD
    none
    OpenBSD
    Redox
    Solaris
    WASI
    Windows
Show all
  • aarch64-darwin
  • aarch64-genode
  • aarch64-linux
  • aarch64-netbsd
  • aarch64-none
  • aarch64_be-none
  • arm-none
  • armv5tel-linux
  • armv6l-linux
  • armv6l-netbsd
  • armv6l-none
  • armv7a-darwin
  • armv7a-linux
  • armv7a-netbsd
  • armv7l-linux
  • armv7l-netbsd
  • avr-none
  • i686-cygwin
  • i686-darwin
  • i686-freebsd
  • i686-genode
  • i686-linux
  • i686-netbsd
  • i686-none
  • i686-openbsd
  • i686-windows
  • javascript-ghcjs
  • loongarch64-linux
  • m68k-linux
  • m68k-netbsd
  • m68k-none
  • microblaze-linux
  • microblaze-none
  • microblazeel-linux
  • microblazeel-none
  • mips-linux
  • mips-none
  • mips64-linux
  • mips64-none
  • mips64el-linux
  • mipsel-linux
  • mipsel-netbsd
  • mmix-mmixware
  • msp430-none
  • or1k-none
  • powerpc-netbsd
  • powerpc-none
  • powerpc64-linux
  • powerpc64le-linux
  • powerpcle-none
  • riscv32-linux
  • riscv32-netbsd
  • riscv32-none
  • riscv64-linux
  • riscv64-netbsd
  • riscv64-none
  • rx-none
  • s390-linux
  • s390-none
  • s390x-linux
  • s390x-none
  • vc4-none
  • wasm32-wasi
  • wasm64-wasi
  • x86_64-cygwin
  • x86_64-darwin
  • x86_64-freebsd
  • x86_64-genode
  • x86_64-linux
  • x86_64-netbsd
  • x86_64-none
  • x86_64-openbsd
  • x86_64-redox
  • x86_64-solaris
  • x86_64-windows