[R] 0e+00

2013-03-29 Thread Shane Carey
Hi,

Rather than a graph label to display labels as 0e+00, how do I get it to
display the real value?

Thanks

-- 
Shane

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] 0e+00

2013-03-29 Thread R. Michael Weylandt
On Fri, Mar 29, 2013 at 10:44 AM, Shane Carey careys...@gmail.com wrote:
 Hi,

 Rather than a graph label to display labels as 0e+00, how do I get it to
 display the real value?

Hi Shane,

Is 0e+00 not a real value? I'd assume it's roughly equal to zero... ;-)

More seriously, could we have a reproducible example:
http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example
focusing particularly on whether you are using base, lattice, or
ggplot2 graphics.

Michael


 Thanks

 --
 Shane

 [[alternative HTML version deleted]]

 __
 R-help@r-project.org mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] 0e+00

2013-03-29 Thread Shane Carey
Good one!!! :-) Im plotting a Cumulative Frequency curve, see graph
attached (just using normal basic plot command), but the values come out
4e+05 etc and I dont know how to produce the number without scientific
notation?

Thanks


On Fri, Mar 29, 2013 at 10:58 AM, R. Michael Weylandt 
michael.weyla...@gmail.com wrote:

 On Fri, Mar 29, 2013 at 10:44 AM, Shane Carey careys...@gmail.com wrote:
  Hi,
 
  Rather than a graph label to display labels as 0e+00, how do I get it to
  display the real value?

 Hi Shane,

 Is 0e+00 not a real value? I'd assume it's roughly equal to zero... ;-)

 More seriously, could we have a reproducible example:

 http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example
 focusing particularly on whether you are using base, lattice, or
 ggplot2 graphics.

 Michael

 
  Thanks
 
  --
  Shane
 
  [[alternative HTML version deleted]]
 
  __
  R-help@r-project.org mailing list
  https://stat.ethz.ch/mailman/listinfo/r-help
  PLEASE do read the posting guide
 http://www.R-project.org/posting-guide.html
  and provide commented, minimal, self-contained, reproducible code.




-- 
Shane
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] 0e+00

2013-03-29 Thread John Kane
Does this help?
http://stackoverflow.com/questions/5963047/do-not-want-scientific-notation-on-plot-axis

John Kane
Kingston ON Canada


 -Original Message-
 From: careys...@gmail.com
 Sent: Fri, 29 Mar 2013 10:44:16 +
 To: r-help@r-project.org
 Subject: [R] 0e+00
 
 Hi,
 
 Rather than a graph label to display labels as 0e+00, how do I get it to
 display the real value?
 
 Thanks
 
 --
 Shane
 
   [[alternative HTML version deleted]]
 
 __
 R-help@r-project.org mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide
 http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.


GET FREE SMILEYS FOR YOUR IM  EMAIL - Learn more at 
http://www.inbox.com/smileys
Works with AIM®, MSN® Messenger, Yahoo!® Messenger, ICQ®, Google Talk™ and most 
webmails

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] 0e+00

2013-03-29 Thread Shane Carey
Yup, that worked, cheers for that John


On Fri, Mar 29, 2013 at 12:09 PM, John Kane jrkrid...@inbox.com wrote:

 Does this help?

 http://stackoverflow.com/questions/5963047/do-not-want-scientific-notation-on-plot-axis

 John Kane
 Kingston ON Canada


  -Original Message-
  From: careys...@gmail.com
  Sent: Fri, 29 Mar 2013 10:44:16 +
  To: r-help@r-project.org
  Subject: [R] 0e+00
 
  Hi,
 
  Rather than a graph label to display labels as 0e+00, how do I get it to
  display the real value?
 
  Thanks
 
  --
  Shane
 
[[alternative HTML version deleted]]
 
  __
  R-help@r-project.org mailing list
  https://stat.ethz.ch/mailman/listinfo/r-help
  PLEASE do read the posting guide
  http://www.R-project.org/posting-guide.html
  and provide commented, minimal, self-contained, reproducible code.

 
 GET FREE SMILEYS FOR YOUR IM  EMAIL - Learn more at
 http://www.inbox.com/smileys
 Works with AIM®, MSN® Messenger, Yahoo!® Messenger, ICQ®, Google Talk™ and
 most webmails





-- 
Shane

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.