Re: [R] polygon angle option perpendicular to axis

2016-04-28 Thread Simon, Heather
Thanks, adding asp = 1 did the trick! -Original Message- From: David L Carlson [mailto:dcarl...@tamu.edu] Sent: Thursday, April 28, 2016 12:17 PM To: Greg Snow <538...@gmail.com>; Simon, Heather Cc: r-help@r-project.org Subject: RE: [R] polygon angle option perpendicular to axi

Re: [R] polygon angle option perpendicular to axis

2016-04-28 Thread David L Carlson
reg Snow Sent: Thursday, April 28, 2016 9:50 AM To: Simon, Heather Cc: r-help@r-project.org Subject: Re: [R] polygon angle option perpendicular to axis Filling polygons with lines is a throwback to the time when the height of quality graphics was the mechanical pen plotter (a device that used a pen

Re: [R] polygon angle option perpendicular to axis

2016-04-28 Thread William Dunlap via R-help
ensity=20, angle=0) > > I don't understand your problem. Perhaps if you "provide[d] commented, > minimal, self-contained, reproducible code" it would help. > > HTH > > Peter Alspach > > -Original Message- > From: R-help [mailto:r-help-bou

Re: [R] polygon angle option perpendicular to axis

2016-04-28 Thread Simon, Heather
provide[d] commented, minimal, self-contained, reproducible code" it would help. HTH Peter Alspach -Original Message- From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Simon, Heather Sent: Thursday, 28 April 2016 8:17 a.m. To: r-help@r-project.org Subject: [R] p

Re: [R] polygon angle option perpendicular to axis

2016-04-28 Thread Greg Snow
Filling polygons with lines is a throwback to the time when the height of quality graphics was the mechanical pen plotter (a device that used a pen in a mechanical arm to draw the plot on a piece of paper). Computing and printing technology has advanced quite a bit from that day, so you may want to

Re: [R] polygon angle option perpendicular to axis

2016-04-27 Thread Peter Alspach
quot; it would help. HTH Peter Alspach -Original Message- From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Simon, Heather Sent: Thursday, 28 April 2016 8:17 a.m. To: r-help@r-project.org Subject: [R] polygon angle option perpendicular to axis I am trying to use the angle op

[R] polygon angle option perpendicular to axis

2016-04-27 Thread Simon, Heather
I am trying to use the angle option in polygon to create polygons filled with horizontal and vertical lines. The polygons I am crating are irregular and it the angle function appears to set the angle of the shading perpendicular to the polygon sides rather than perpendicular to the axes. Is th