Displaying 1 result from an estimated 1 matches for "nontext".
Did you mean:
context
2003 Jul 22
4
greek in main title
...histogram, and drawing
the limiting normal curve as an overlay. I have the title
of each histogram state the sample size and rate (1/theta)
for the exponential (the output is actually 4 histograms),
but I can't get the greek letter theta to appear in the
heading. Is this possible? I can get nontext for the xlab
and ylab pretty easily.
Thanks, Jason
Below is my code. Currently it just writes out "theta."
function (theta)
{
layout(matrix(c(1:4),2,2,byrow=TRUE))
par(bg = "cornsilk")
n <- c(1,10,25,50)
for(i in 1:4) {
xbar <- rep(0, 1000)
for (j...