[R-wiki] graphics gallery in wiki?

Gabor Grothendieck ggrothendieck at gmail.com
Mon Feb 13 23:35:52 CET 2006


On 2/13/06, Romain Francois <francoisromain at free.fr> wrote:
> Le 13.02.2006 19:00, Philippe Grosjean a écrit :
> > Romain Francois wrote:
> >> Le 13.02.2006 13:48, Philippe Grosjean a écrit :
> >>
> >>> Romain Francois wrote:
> >> [...]
> >> Hi again,
> >>
> >> Here is a first draft : http://addictedtor.free.fr/misc/wiki.png
> >> I would like to put some code on the left, but i'm not inspired which
> >> code, something simple, involving iris maybe, i don't know.
> >> Maybe something with a puzzle or a planet, or both (echoing the
> >> symbol of wikipedia) ...
> >>
> >> Any ideas
> >> [...]
> >> Romain.
> >
> > I have now put this image in the banner... really nice. However, I had
> > to increase the banner from 35px to 55px (the minimum to have a
> > complete R logo). The image provided is 75px height. So, I can crop
> > it... However, I guess that Romain would like to refine it a little bit.
> >
> > So, Romain, could you make it 55px height by cropping 10px on top and
> > on the bottom. then, I think that some R code in diagonal and that
> > disappears progressively beneath the yellow surface would be a good
> > addition, ... perhaps in the same orange color than the page link
> > (when you hover with the mouse on it.
> >
> > Regarding the code to use, no mather what it is, but it is important
> > to have recognizable keywords of the S language in it... I suggested
> > 'data.frame', for instance.
> >
> > For the puzzle or the Wikipedia-like planet, I think it would be a
> > little too much... but, why not to try an alternative like that?
> >
> > Best,
> >
> > Philippe
>
> Hi all,
>
> Here's the image i have so far : http://addictedtor.free.fr/misc/wiki2.png
> I've reduced the size to 55px in height and added a (shaded) code from
> ?data.frame


Note that cbind is not needed, i.e. this is the same:

L3 <- LETTERS[1:3]
data.frame(x = 1, y = 1:10, fac = sample(L3, 10, repl = TRUE))


>
> Please feel free to change the image and/or to propose yours
>
> Romain
>
> --
> visit the R Graph Gallery : http://addictedtor.free.fr/graphiques
> mixmod 1.7 is released : http://www-math.univ-fcomte.fr/mixmod/index.php
> +---------------------------------------------------------------+
> | Romain FRANCOIS - http://francoisromain.free.fr               |
> | Doctorant INRIA Futurs / EDF                                  |
> +---------------------------------------------------------------+
>
> _______________________________________________
> R-sig-wiki mailing list
> R-sig-wiki at r-project.org
> https://stat.ethz.ch/mailman/listinfo/r-sig-wiki
>



More information about the R-sig-wiki mailing list