首页 \ 问答 \ R markdown中并排wordclouds(Side by side wordclouds in R markdown)

R markdown中并排wordclouds(Side by side wordclouds in R markdown)

试图在R Markdown中为两个WordCloud并排绘制一个Beamer演示文稿,我正在努力研究如何去做。 我知道你可以使用grid.arrange()如果你设置绘图为对象,但WordClouds不能设置为对象,据我所知。

提前谢谢了
塞缪尔


Trying to plot two WordClouds side by side for a Beamer presentation in R Markdown and I'm struggling to work out how to do it. I'm aware you can use grid.arrange() if you set the plots as objects but WordClouds cannot be set as object as far as I'm aware.

Many Thanks in Advance
Samuel


原文:https://stackoverflow.com/questions/48868020
更新时间:2023-08-25 10:08

最满意答案

Type在MicrosoftAjax.js文件中定义。 您可以通过使用以下script标记从aspnet CDN中获取对其的访问:

<script type="text/javascript" src="//ajax.aspnetcdn.com/ajax/4.0/1/MicrosoftAjax.js"></script>

你不需要ScriptManager。


Type is defined in the MicrosoftAjax.js file. You can get access to it by using the following script tag to get it from the aspnet CDN:

<script type="text/javascript" src="//ajax.aspnetcdn.com/ajax/4.0/1/MicrosoftAjax.js"></script>

You do not need the ScriptManager.

相关问答

更多
  • 这是新类语法的一个事实。 你的子类需要调用super()才能正确初始化类,例如 super(arg1, arg2, argN); 无论父构造函数需要什么参数。 要求,如果执行到达constructor函数的末尾,这个值需要被初始化为某个东西。 你或者需要在基类中( this是自动初始化的),已经调用了super()所以this被初始化,或者return一个替代对象。 class Player extends Entity { constructor() { super(); conso ...
  • 你确定jQuery真的包含在页面上吗? 你用 代替 你不需要ScriptManager。 Type is defined in the MicrosoftAjax.js file. You can get access to it by ...
  • 您在第一个 这样,Django会在jQuery文件之后加载它 而不是这个 以这种方式创建块以避 ...
  • 将你的functionName()移出$(document).ready(function(){ function functionName() { ....... } $(document).ready(function(){ $('.current').click(function(event){ functionName(); }); }); 另外,你需要使用. 通过类定位元素或通过id定位元素 所以$('.current')将选择任何具有class="curren ...
  • 我通过更改java脚本引用的顺序解决了这个问题。 作为: - 1.jquery-latest.js 2.app.module.js" 3.Controller.js" 4.Interface.js" 5.angular.js" 6.angular.min.js" 7.app.routes.js" I have solved this Question by changing the sequence of my java script references. as :- 1.jquery-lat ...
  • 发生这种情况是因为在使用脚本标记加载jQuery库之前,您正在使用@yield('content')将代码加载到布局模板中。 更改你的html,将jquery链接放在head标签的上方,代码将使用它。 My app - @yield('title')
  • 答案很简单。 让我们看一下示例,并检查其中的上下文:
    // here we have LibraryViewModel context // here we have LibraryLinkViewModel context //inside component we have THIRD context, which is empty!

相关文章

更多

最新问答

更多
  • 获取MVC 4使用的DisplayMode后缀(Get the DisplayMode Suffix being used by MVC 4)
  • 如何通过引用返回对象?(How is returning an object by reference possible?)
  • 矩阵如何存储在内存中?(How are matrices stored in memory?)
  • 每个请求的Java新会话?(Java New Session For Each Request?)
  • css:浮动div中重叠的标题h1(css: overlapping headlines h1 in floated divs)
  • 无论图像如何,Caffe预测同一类(Caffe predicts same class regardless of image)
  • xcode语法颜色编码解释?(xcode syntax color coding explained?)
  • 在Access 2010 Runtime中使用Office 2000校对工具(Use Office 2000 proofing tools in Access 2010 Runtime)
  • 从单独的Web主机将图像传输到服务器上(Getting images onto server from separate web host)
  • 从旧版本复制文件并保留它们(旧/新版本)(Copy a file from old revision and keep both of them (old / new revision))
  • 西安哪有PLC可控制编程的培训
  • 在Entity Framework中选择基类(Select base class in Entity Framework)
  • 在Android中出现错误“数据集和渲染器应该不为null,并且应该具有相同数量的系列”(Error “Dataset and renderer should be not null and should have the same number of series” in Android)
  • 电脑二级VF有什么用
  • Datamapper Ruby如何添加Hook方法(Datamapper Ruby How to add Hook Method)
  • 金华英语角.
  • 手机软件如何制作
  • 用于Android webview中图像保存的上下文菜单(Context Menu for Image Saving in an Android webview)
  • 注意:未定义的偏移量:PHP(Notice: Undefined offset: PHP)
  • 如何读R中的大数据集[复制](How to read large dataset in R [duplicate])
  • Unity 5 Heighmap与地形宽度/地形长度的分辨率关系?(Unity 5 Heighmap Resolution relationship to terrain width / terrain length?)
  • 如何通知PipedOutputStream线程写入最后一个字节的PipedInputStream线程?(How to notify PipedInputStream thread that PipedOutputStream thread has written last byte?)
  • python的访问器方法有哪些
  • DeviceNetworkInformation:哪个是哪个?(DeviceNetworkInformation: Which is which?)
  • 在Ruby中对组合进行排序(Sorting a combination in Ruby)
  • 网站开发的流程?
  • 使用Zend Framework 2中的JOIN sql检索数据(Retrieve data using JOIN sql in Zend Framework 2)
  • 条带格式类型格式模式编号无法正常工作(Stripes format type format pattern number not working properly)
  • 透明度错误IE11(Transparency bug IE11)
  • linux的基本操作命令。。。