Displaying 2 results from an estimated 2 matches for "hullpoly".
2011 Feb 21
2
(no subject)
...> plot(u[h],v[h],"1",asp=1)
Error in plot.xy(xy, type, ...) : invalid plot type '1'
> plot(u[h],v[h],"l",asp=1)
> points(u,v)
Error in plot.xy(xy.coords(x, y), type = type, ...) :
plot.new has not been called yet
> pts=as.points(u,v)
> pointmap(pts)
> hullpoly=as.points(u[h],v[h])
> polymap(hullpolly,add=TRUE)
Error in xy.coords(x, y) : object 'hullpolly' not found
> help(polymap)
> help(plot.net)
No documentation for 'plot.net' in specified packages and libraries:
you could try '??plot.net'
> help(plot.new)
> plot(...
2011 Feb 21
2
(no subject)
...> plot(u[h],v[h],"1",asp=1)
Error in plot.xy(xy, type, ...) : invalid plot type '1'
> plot(u[h],v[h],"l",asp=1)
> points(u,v)
Error in plot.xy(xy.coords(x, y), type = type, ...) :
plot.new has not been called yet
> pts=as.points(u,v)
> pointmap(pts)
> hullpoly=as.points(u[h],v[h])
> polymap(hullpolly,add=TRUE)
Error in xy.coords(x, y) : object 'hullpolly' not found
> help(polymap)
> help(plot.net)
No documentation for 'plot.net' in specified packages and libraries:
you could try '??plot.net'
> help(plot.new)
> plot(...