Displaying 5 results from an estimated 5 matches for "examplecod".
Did you mean:
examplecode
2002 Feb 17
3
Little graph questions!
I'm working up a set of small working examples in R to show what various
distributions are and the beauty of the central limit theorem. Those
example programs are in this directory:
http://lark.cc.ukans.edu/~pauljohn/R/ExampleCode/
You can feel free to use those if you want, or you can send me other
small working example code for R. The key here is small, self contained
things that show things that R can do and people can run without too
much trouble.
Anyway, I have hit these problems (questions)
1. When I use paste...
2013 May 03
2
Latex errors (build on windows)
...not available
Error in running tools::texi2pdf()
The http://win-builder.r-project.org tells me more details but I am
comlpetely lost
especially.:
LaTeX errors found:
! Paragraph ended before \hyper at n@rmalise was complete.
<to be read again>
\par
l.575 \end
{ExampleCode}
! You can't use `macro parameter character #' in horizontal mode.
<argument> ...1,1,1,-1),stringsAsFactors=FALSE) ##
## comment text in the examples ...
l.575 \end
{ExampleCode}
! Missing $ inserted.
<inserted text>...
2009 Mar 28
7
unicode only works with a second one
I'd like to paste a zodiac sign on a graph, but it only prints it when
I add another unicode ( \u3030) to the desired \u2648 - why?
See the examplecode (compare the orange with the skyblue):
plot(c(-1,1),c(-4,-2),type="n")
text(x=0,y=-3.0,labels="\u2648 \u3030",cex=2.3,col="skyblue")
text(x=0,y=-3.2,labels="\u2648",cex=2.3,col="orange")
zodiac=c("\u2642 \u2643 \u2644 \u2645 \u2646 \u2647 \u2...
2002 Nov 13
1
Package documentation and rd.sty
Hi all,
I've got a basic question regarding package documentation and rd.sty. I
wrote my first own package, and now I would like to place the documentation
into the appendix of another LaTex document. Seemingly I cannot simply
\usepackage{Rd}, as this will modify the page-settings of my document. Is
there a minimum style file which will just define the environments and
commands needed for
2009 Apr 01
0
回复: R-help Digest, Vol 73, Issue 32
...r
> Sent: Saturday, March 28, 2009 9:19 AM
> To: r-help@stat.math.ethz.ch
> Subject: [R] unicode only works with a second one
>
> I'd like to paste a zodiac sign on a graph, but it only prints it when
> I add another unicode ( \u3030) to the desired \u2648 - why?
> See the examplecode (compare the orange with the skyblue):
>
> plot(c(-1,1),c(-4,-2),type="n")
> text(x=0,y=-3.0,labels="\u2648 \u3030",cex=2.3,col="skyblue")
> text(x=0,y=-3.2,labels="\u2648",cex=2.3,col="orange")
> zodiac=c("\u2642 \u2643 \u2644...