On 02/21/2012 11:56 PM, Alaios wrote:
Dear all,
I have a function that for a variable number of inputs plots them to the same
plot
I am doing this quite simply by
plot(seq(from=start, to=stop, length.out=np), datalist[[1]]$dataset
xlim=c(start, stop), ylim=c(0, 1), type="l")
ios
> Odeslal: r-help-boun...@r-project.org
>
> 21.02.2012 13:56
>
> Odpovězte prosím uživateli
> Alaios
>
> Komu
>
> R help
>
> Kopie
>
> Předmět
>
> [R] Plot Many Data to same plot
>
> Dear all,
> I have a function that for
What do you want to change about the lines? pch (different characters)
might give the desired variety.
Michael
On Tue, Feb 21, 2012 at 7:56 AM, Alaios wrote:
> Dear all,
> I have a function that for a variable number of inputs plots them to the same
> plot
> I am doing this quite simply by
>
>
Dear all,
I have a function that for a variable number of inputs plots them to the same
plot
I am doing this quite simply by
plot(seq(from=start, to=stop, length.out=np),
datalist[[1]]$dataset
xlim=c(start, stop), ylim=c(0, 1),
t
4 matches
Mail list logo