observed {femmeR} | R Documentation |
Observed data files
Usage
read.obs(obsfile)
## S3 method for class 'obs':
plot(x ,xvari="time",yvari=NULL,rev="",type="b",pch=16,time=NULL,main=x$filename,err="l",errpch=1,
xlim=NULL,ylim=NULL,xlab=NULL,ylab=NULL,...)
## S3 method for class 'obs':
points(x ,xvari="time",yvari=1,rev="",...)
Arguments
obsfile |
File ending in .obs |
x |
object of class obs created by read.obs |
xvari |
Index of X Variable |
yvari |
Index of Y Variable |
rev |
Reversion of axis |
main |
Main title |
xlab |
X axis label |
ylab |
Y axis label |
type |
Plot type |
pch |
Plot symbol |
time |
???????????? |
err |
????????????? |
xlim |
Limits of the X axis |
ylim |
Limits of the Y axis |
errpch |
Plotting character |
... |
Additional plot parameters |
Author(s)
Karline Soetaert <k.soetaert@nioo.knaw.nl>
[Package
femmeR version 0.5.1
Index]