ggplot2中的多个Boxplots,带有连续和分类数据

时间:2016-04-21 21:33:48

标签: r ggplot2 statistics boxplot

我有一个数据框,包含4列和200,000行分水岭ID,森林年龄(分类1-4),EVI(连续)和干旱(分类"干旱或"非干旱&# 34)。我正在尝试使用ggplot为每个流域制作10个箱图,比较该流域的干旱和非干旱条件下的EVI值。

数据框图像:重复每个流域的ID,因为在干旱和非干旱期间每个流域有10,000个EVI样本

Data frame Image: the ID for each watershed is repeated because there are 10,000 EVI samples for each watershed in both drought and non-drought periods

这是我用来尝试用ggplot创建这些图的代码:

for line in runProcess('./file.sh'.split()):
    if '[Enter]' in line:
        print line + 'got it'
        feederqueue.put(b'\n')
    elif 'THING THAT REQUIRES YOU TO TYPE FOO' in line:
        feederqueue.put(b'foo\n')

0 个答案:

没有答案