Displaying 4 results from an estimated 4 matches for "lengend".
Did you mean:
legend
2013 Jan 22
1
how to give a lengend in symbols functions
hi Rusers
I am trying to use symbos in gtools package
symbols(data1,data3,circle=data1/data3,inches=0.1,bg="lightgreen")
Now I want to give a lengend to tell the reader the meaning or magnitude of
these circle.
How can I add these information in symbols plot just like legend in plot ?
thank you .
--
TANG Jie
Email: totangjie@gmail.com
Tel: 0086-2154896104
Shanghai Typhoon Institute,China
[[alternative HTML version deleted]]
2010 Sep 24
1
How to change the lengend in a DA figure
Dear all:
I have encountered a problem recently:
I used to plot figure, and using code
"main="......", xlab=".....",ylab="....."
to change the legend. But recently I was using R to perform Discriminant Function analysis, and I want to change the group names also add a title to the figure, but I am not sure how to make it work, could you please help me with my
2004 Jun 23
2
legend
DeaR UseRs:
I want to put a legend in my plot. In the first line of the legend I want to
put a box filled but in the second one I would like to put a lty=2
Of course it must appear with different colors.
Thanks.
2006 Jan 17
30
MVC design good/bad
I am curious what you find is good and bad MVC design.
Let''s use the find and find_by_sql methods as examples.
Currently I have these spread out all over the place...
View: here I have some find methods when I am for example populating a
select list with choices in a form.
Controller: here I have the simpler find methods.
Model: here I have the more complicated find methods (usually