Displaying 2 results from an estimated 2 matches for "withinin".
2004 May 18
7
Isotopic notation in plots
I really like to use R for all my graphs, and as I work with stable
isotopes I want to have a proper chemical notation in my plots
I have looked at ?plotmath, but didn't find the answer and also searched
the R website.
------------------------------------------------------------------------
--
plot(1:10,xlab=expression(^{14}*C)) # I want to have a superscript with
nothing in front, but it
2006 Jul 08
0
Re: Scope of Class variables
...nguages aren''t really tied to
> the user model from a db perspective.
>
> Then you could pass the helper the variable and have it return the
> appropriate result.
duh. thanks.
On a side note, it was a complete pain to try to figure out how to use
that hash in a select box withinin a view. Most existing helpers seem
to be designed to use an array or a collection of objects with exposed
methods to access value/description.
I ended up with the slightly hackish (but I thought really neat):
<%= collection_select(''user'',''language'', langu...