为ggplot处理用户上传的数据-闪亮

时间:2018-06-19 20:10:27

标签: r ggplot2 shiny

我正在尝试创建一个Shiny应用程序,该应用程序可以接收用户上传的数据并根据该数据创建图。

使用此代码,文件将上传,您可以使用<tbody> <?php foreach ($maleLogin as $key => $maleLog): $mthDateTime = DateTime::createFromFormat('n', $maleLog->month); ?> <tr> <td><?= $mthDateTime->format('F').' '.$maleLog->year; ?></td> <td><?= $maleLog->count; ?></td> <td><?= $femaleLogin[$key]->count; ?></td> </tr> <?php endforeach; ?> </tbody> 进行查看。但是,该图显示为空白,在x和y轴上带有标签,并带有标题,但没有数据。我也想用数据创建多个图。我会在观察语句中连续放置绘图代码吗?

print(head(df))

0 个答案:

没有答案