Displaying 2 results from an estimated 2 matches for "mnowak".
Did you mean:
nowak
2008 Jan 01
6
[Bug 13887] New: swfdec-mozilla crashes firefox-3beta2
http://bugs.freedesktop.org/show_bug.cgi?id=13887
Summary: swfdec-mozilla crashes firefox-3beta2
Product: swfdec
Version: 0.5.5
Platform: x86 (IA32)
OS/Version: All
Status: NEW
Severity: critical
Priority: medium
Component: plugin
AssignedTo: swfdec at lists.freedesktop.org
ReportedBy:
2010 Feb 10
6
prompts and running means
G'day, I am new user to R, and have been thrown in the deep end with a
something my company want me to write.
my code is as follows:
kenttemp=read.csv("mnowak.11.1.csv")
rows=nrow(kenttemp)-5
kent=kenttemp[1:rows,] #have to remove the last 5 lines of the
graph as they interfere with rest of data
max(kent[,16],na.rm=TRUE)->ymax
ymax=ymax+200 #This is to get vertical scale to fit more accurately
Ann=kent$Ann
kent=as.matrix(kent)
bar...