Skip to content
Prev 387159 / 398502 Next

Axis whitout all the row, that contains time

With a dat.frame "mydata" create a new variable mydata$num
mydata$num  <-  1:nrow(mydata)

new_data  <-  subset(mydata, num == 10)

plot using new_data

On Fri, 12 Feb 2021 at 10:35, Informatique <
informatique at billard-francois-marie.eu> wrote: