Displaying 6 results from an estimated 6 matches for "mar1s".
Did you mean:
mar14
2012 Jul 17
2
aligning image with bar plot in the same plot
Dear Mailing list,
I want to plot a matrix using image() and on its side I want to give
information to every line of the matrix using colors. I tried to use
barplot, but cannot align the two plots. Code below. I succeed in doing
what I want using another image() plot, but was wondering whether there is
an easier way to do it.
Thank you so much!
Tiago
############# code
## matrix to plot
matI
2013 Oct 23
2
Multivariate time series in R 3 vs R 2
Hello!
Recently I got report that my package mar1s doesn't pass checks any more on
R 3.0.2. I started to investigate and found the following difference in
multivariate time series handling in R 3.0.2 compared to R 2 (I've checked
on 2.14.0).
Suppose I wish to calculate seasonal component for time series. In case of
multivariate time series...
2011 Dec 02
1
Willkommen bei der "R-help" Mailingliste
Hello everbody,
I am new to this mailing list and hope to find some help.
I'm trying to get into the spatstat package and encountered two problems. First a graphical one:
There is an example dataset called "finpines" which has several marks (http://www.oga-lab.net/RGM2/func.php?rd_id=spatstat:finpines)
When I pass the given code from the website to R
data(finpines)
2008 Oct 28
0
Package "evd"
As I tried to draw random sample from Hüsler-Reiss density with the following code,
library(evd)
margins <- cbind(0, 1, seq(-0.5,0.5,0.1))
x <- rbvevd(101, dep = 1.7, model = "hr", mar1 = margins)
[,1] [,2]
[1,] -0.56662298 0.8448505
[2,] 0.55824918 1.0217279
[3,] 0.24741124 0.6684668
[4,] -0.31547985 0.1781680
[5,] 0.69466134 0.2299363
[6,]
2013 Oct 21
0
lapply(ts(1:2), length) inconsistent answers
...ched, with nothing obviously masked.
1. Am I correct that the answer to "lapply(ts(1:2),
length)" should be a list of length 2 consisting of "int 1" twice? This
is what I get from R 3.0.2 with nothing else attached. If I've attached
other things including mar1s and a version of fda prior to the current
2.4.0 on CRAN, I get a list of length 1 consisting of "int 2". See below.
2. What might cause this inconsistency? I'm guessing
this may be due to something strange in the NAMESPACE, but I wouldn't
now what.
T...
2008 Mar 29
1
A patch for extending pdf device to embed popup text and web links
Dear all,
I am sending a patch for extending pdf device to embed popup text and web links.
I implemented this feature by using annotation object, a interactive
feature of pdf.
You can see a sample code for using this feature in the following, and
sample pdf is in