Message-ID: <FD082B34-C551-4330-9EAF-CCABA7FFFAE8@gmail.com>
Date: 2012-07-13T06:05:33Z
From: R. Michael Weylandt
Subject: how to add a variable to a graph title
In-Reply-To: <1342125052556-4636364.post@n4.nabble.com>
plot(1:5, main = paste0("Figure 1: x=", x))
Michael
On Jul 12, 2012, at 3:30 PM, JeffND <Zuofeng.Shang.5 at nd.edu> wrote:
> Hi folks,
>
> To simplify my question, consider an example:
>
> x=runif(1,0,1)
> plot(1:5,1:5)
>
> Now I want to add a title to the above plot showing the vaue of x, so if the
> generated x is 0.3, graphically the tile should be like "Figure 1: x=0.3".
> How do I achieve this in R?
>
> Thanks.
> Jeff
>
>
> --
> View this message in context: http://r.789695.n4.nabble.com/how-to-add-a-variable-to-a-graph-title-tp4636364.html
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.