Skip to main content

All Questions

Tagged with
-1 votes
1 answer
73 views

Modify the x axis labels of the library (ggseqplot)

I use the library (ggseqplot) to display a TraMineR graph in ggplot2 format. library(ggseqplot) plot <- ggseqdplot(mvad.seq) I get this figure: I would like to modify the x axis labels which is ...
JC_'s user avatar
  • 55
0 votes
1 answer
59 views

TraminR sequence plosts

I'm trying to use ggplot to create sequence plots, for the sake of keeping the same visual style within my paper using sequence analysis As I have 8 seqiplot plot I would like to make it into one ...
Rstudent's user avatar
  • 885
2 votes
2 answers
627 views

TramineR sequence plot with ggplot2

I'm new to the TramineR package and would like to use ggplot to create a state distribution plot. The plot below was created with the TramineR package, but how can I extract the data and plot it with ...
Rstudent's user avatar
  • 885
0 votes
1 answer
204 views

Naming of clusters and labelling in TramineR

I am trying to do clustering of the following sequences. Unfortunately when I plot the clustering I am not able to find a way to label the states. For example instead of A, B, C,D, I want to label ...
user3570187's user avatar
  • 1,763
3 votes
1 answer
786 views

How to plot several seqplots (TraMineR package) using plot_grid() function in R?

I am trying to plot several plots of "state sequence object" created with the TraMineR package using the plot_grid() function. My main problem is, that I can not store the plots created with the ...
MLud's user avatar
  • 43
5 votes
2 answers
1k views

Sequence index plots in ggplot2 using geom_tile( )

I'm trying to use ggplot to create sequence plots, for the sake of keeping the same visual style within my paper using sequence analysis. I do: library(ggplot2) library(TraMineR) library(dplyr) ...
Kenji's user avatar
  • 581
2 votes
1 answer
370 views

Extracting data from TraMineR for use in other plotting packages (e.g. ggplot2)

I am writing a paper using TraMineR for sequence plotting and ggplot for the remaining graphs. I would like to extract the data that seqIplot( ) uses to create index plots and use it to make an index ...
Kenji's user avatar
  • 581