r - Control size of the output of seqLogo? -


I am using the seqLogo package to attract some sequence people. I need to broaden the logo, make the default drawing logo in graphics, is there a way to do this?

You can see the code from seqLogo:

 > ; Library (Seek logo) & gt; SeqLogo function (pwm, ic.scale = TRUE, xaxis = TRUE, yaxis = TRUE, xfontsize = 15, yfontsize = 15) {if (class (pwm) == "pwm") {pwm & lt; -pwm @ pwm} ..} & lt; Environment: Namespace: seqLogo & gt; & Gt;   

There are parameters that control rendering, which you can adjust by editing the function code. To learn about the fix () function, see.

Comments