Dear Kommo
Many thanks for the valuable solution.
Sibylle
-Original Message-
From: R-help On Behalf Of Kimmo Elo
Sent: Friday, March 22, 2024 12:10 PM
To: r-help@r-project.org
Subject: Re: [R] geom_edge & color
Hi,
this seems to work (assuming that your problem was the setting of
colo
To the R-Help list,
I would like to have a clarification about an issue that I observe when
subsetting a vector. This is R version 4.3.3 on Windows 10.
-- Example with a vector:
> a <- 1:5
> a
[1] 1 2 3 4 5
So we have, with a negative index:
> a[-3]
[1] 1 2 4 5
But when the index is integ
As with a lot of things in R, the behaviour is counterintuitive but
(arguably) logical. The key (maybe) is that `a[-x]` does not mean "take
all of the elements of a except those indicated by `x`, but rather,
"negate x, then take all but the negative elements". In other words,
-integer(0)
Hi
Take a look at dev.hold() and dev.flush()
Paul
On 23/03/24 06:43, Bickis, Mikelis wrote:
Hello:
I want to present a sequence of plots as an animation. As a toy example
consider the code
function(n){for (i in 1:n){
plot(1:100,sin(i*(1:100)),type="l")
title(paste("n=",i))
segments(0,0,100
4 matches
Mail list logo