Displaying 1 result from an estimated 1 matches for "nikescatt".
Did you mean:
nikescatter
2009 Jun 18
0
area of ellipses (car)
...t on our webserver to plot data / draw ellipses
for a flex movie...
would like to add the areas of the ellipses to another legend just
like the means for
the distance.
the data looks like: x (dispersion), y (distance), Club (name of
the club for grouping)
thanks, sam
## usage: Rscript nikeScatter.R infile outfile level1 level2 minX maxX
minY maxY
## load the library
library(car)
## get the args
args = commandArgs(TRUE);
## get the data format is: x, y, group
shotData <- read.table(args[1],
sep = ",",
header=T...