[R] ClickStream package: How to expand mc plot?

2015-04-15 Thread Simon Givoli
Hi, I produced a mc plot with this package, but the plot is cluttered in the middle. Is there a way to expand the plot so its parts are more clear? Simon __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/

[R] R-studio stalls in arulesSequences

2015-03-12 Thread Simon Givoli
Hi, I'm trying to extract sequences from my data, using the SPADE algorithm in the arulesSequences package: 1 1 8 1100 31 45 31 45 1 5 1200 1 2 100 1100 31 45 1 5 31 1 3 59 1100 31 45 1 81 1000 1 1 5 1 4 69 1100 31 45 17 1000 610 1000 1 1 81 1 5 31 1100 31 45 81 1000 (library(Matrix (library(aru

[R] (no subject)

2015-03-12 Thread Simon Givoli
Hi, I'm trying to extract sequences from my data, using the SPADE algorithm in the arulesSequences package: 1 1 8 1100 31 45 31 45 1 5 1200 1 2 100 1100 31 45 1 5 31 1 3 59 1100 31 45 1 81 1000 1 1 5 1 4 69 1100 31 45 17 1000 610 1000 1 1 81 1 5 31 1100 31 45 81 1000 (library(Matrix (library(aru

[R] How to create a random matrix with conditions

2013-01-27 Thread Simon Givoli
Hi! I want to create a random matrix with 15 variables, each variable having 1000 observations. Between each two variables, I want to define a specific (*not *random) correlations between them, but still saving the "randomness" of each variable (mean=zero, s.d=1). How can I do this in R? thanks,