<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Philippe,<br>
<br>
As far as I know, there are no simple solution to do that in R and if
you
find any solution I would be really interested. One workaround  is to
edit your plot with Gimp (or another
software) and replace each color by a pattern.<br>
<br>
I'm not sure that the following solution is what you are looking for
but it might help. A least, type="d" and type="i" use barplot in the
backside and you may use the "density" and "angle" argument to get
different patterns. However, this is limited to filling the bars with
lines with different "densities" and "angles"<br>
<br>
data(biofam)<br>
biofam.lab &lt;- c("Parent", "Left", "Married", "Left+Marr",<br>
 "Child", "Left+Child", "Left+Marr+Child", "Divorced")<br>
biofam.seq &lt;- seqdef(biofam, 10:25, labels=biofam.lab)<br>
<br>
## Biofam has 8 states, automatically generating 8 densities and 8
angles<br>
seqplot(biofam.seq, type="d", density=1:8*2, angle=1:8*25)<br>
<br>
Hope this help,<br>
Matthias<br>
<br>
PS: There is a website to search in almost all R websites and
mailing-lists: <a class="moz-txt-link-freetext"
 href="http://www.rseek.org/">http://www.rseek.org/</a><br>
<br>
Le 11.06.2010 16:38, Philippe Blanchard a écrit :
<blockquote cite="mid:1276267094l.557304l.0l@psu.edu" type="cite">
  <div><font size="2"><span><span><span
 style="font-family: Times New Roman;">Hi
all<br>
A question
that does not directly depend on TraMineR, but that might find an
answer on the
list. <br>
I need to publish multiple-sequence plots (the kind that come out </span></span></span></font><font
 size="2"><span><span><span style="font-family: Times New Roman;">nicely
  </span></span></span></font><font size="2"><span><span><span
 style="font-family: Times New Roman;">with
full colors, see link to </span></span></span></font><font size="2"><span><span><span
 style="font-family: Times New Roman;">my report </span></span></span></font><font
 size="2"><span><span><span style="font-family: Times New Roman;">on
TraMineR's page) in a
B&amp;W review. The plots are composed of between 20 and 40</span><span
 style="font-family: Times New Roman;"> different states, organized in
families of sequences made of 5 to 12 states
each. Families do not all work as scales, that could be clearly
represented by
progressive grey shades. I would like the reader to be able to
distinguish from </span><span style="font-family: Times New Roman;">each
other,
both families, and sequences inside
families, </span></span></span></font><font size="2"><span><span><span
 style="font-family: Times New Roman;">without getting a headache</span></span></span></font><span><span><font
 size="2"><span style="font-family: Times New Roman;">.<br>
  </span></font>
  <div><font size="2"><span style="font-family: Times New Roman;">I
have searched for answers on different R websites and R books, no way.
I can't
imagine
that no function could chart with </span>stripes, symbols or
figures combined with grey shades.<br>
Thanks<br>
Philippe<br>
  </font><br>
  <font size="0">***<br>
  <br>
Philippe
Blanchard<br>
  <br>
Department of Sociology <br>
&amp; International Center for the
Study of Terrorism<br>
  <i>Pennsylvania State University<br>
133 Moore
Building<br>
University Park, PA
16802<br>
  <a class="moz-txt-link-abbreviated"
 href="http://www.sociology.psu.edu">www.sociology.psu.edu</a><br>
  <a class="moz-txt-link-abbreviated" href="http://www.icst.psu.edu">www.icst.psu.edu</a></i><br>
  <br>
IEPI-CRAPUL<br>
  <i>Université de Lausanne<br>
Anthropole, CH-1015 Lausanne<br>
  <a class="moz-txt-link-abbreviated" href="http://www.unil.ch/iepi">www.unil.ch/iepi</a><br>
  <a class="moz-txt-link-abbreviated"
 href="http://www.unil.ch/iepi/crapul">www.unil.ch/iepi/crapul</a><br>
  <br>
  <a class="moz-txt-link-freetext"
 href="http://www.afsp.msh-paris.fr/annu/annuaire.html#b">http://www.afsp.msh-paris.fr/annu/annuaire.html#b</a><br>
  <a class="moz-txt-link-freetext"
 href="https://applicationspub.unil.ch/interpub/noauth/php/Un">https://applicationspub.unil.ch/interpub/noauth/php/Un</a><br>
/UnPers.php?PerNum=1028276&amp;LanCode=37&amp;menu=coord&amp;AnDeb=2004&amp;AnFin=2009</i></font><br>
  <br>
  <br>
  </div>
  </span></span></div>
  <pre wrap=""><fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Traminer-users mailing list
<a class="moz-txt-link-abbreviated"
 href="mailto:Traminer-users@lists.r-forge.r-project.org">Traminer-users@lists.r-forge.r-project.org</a>
<a class="moz-txt-link-freetext"
 href="https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/traminer-users">https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/traminer-users</a>

  </pre>
</blockquote>
</body>
</html>