Displaying 2 results from an estimated 2 matches for "snowline".
Did you mean:
newline
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]]
2013 May 01
2
Shorewall 4.5.15 fails to start using systemctl on FC18
Starting Shorewall using systemctl fails with the error message as
below. Starting from command line succeeds. I''ve tried changing the
permissions on the /var/lib/shorewall folder to 777 but no change. The
temp file isn''t present after the error so I don''t know if the
permission issue is related to that. Selinux is disabled.
I''m new to FC18 and systemctl so