Displaying 1 result from an estimated 1 matches for "snowlineelev".
2009 Feb 02
1
xyplot with lowess curves
...ng to change the attributes of the lowess lines fit to an
xyplot command, but have been unsuccessful in my search of the online
help. Right now, both the points and lowess line come out in the same
color (blue). I am unsure how I can change the properties of the lowess
line separately.
xyplot (
SnowLineElevation ~ Year | Model,
data = data,
ylim = c(0,1800),
type = c('p','smooth'),
col = 'blue',
pch = 21,
xlab = 'Year',
ylab = 'Snowline Elevation [m]'
)
Any help would be much appreciated,
Dave
[[alternative HTML version deleted]]