[R] [FORGED] Plot step function

jupiter jupiter.hce at gmail.com
Sat Feb 6 22:49:36 CET 2016


Thank you for the all response, how can the point y (0.0) on the same x
axis, and X increases 1 between [-4, 4]?

On Sun, Feb 7, 2016 at 5:29 AM, Rolf Turner <r.turner at auckland.ac.nz> wrote:

> On 07/02/16 01:11, jupiter wrote:
>
>> Hi,
>>
>> I am just starting to learn R, sorry for asking a simple question. How can
>> plot a line x <= 0 y = 0, x > 0 y = 1?
>>
>
> One way:
>
>     plot(c(-1,0,1),c(0,1,1),type="s",xlab="x",ylab="y")
>
> cheers,
>
> Rolf Turner
>
> --
> Technical Editor ANZJS
> Department of Statistics
> University of Auckland
> Phone: +64-9-373-7599 ext. 88276
>

	[[alternative HTML version deleted]]



More information about the R-help mailing list