search for: ylabstr

Displaying 2 results from an estimated 2 matches for "ylabstr".

Did you mean: xlabstr
2003 Feb 10
2
Wireframe (lattice) questions
...;- expression(rho); .... print(wireframe(z ~ p1 * p2, data=data, zoom=zoom, drape = drape, perspective = perspective, colorkey = colorkey, xlab=xlabstr, ylab=ylabstr, zlab=zlabstr, scales = scales, distance= distance, screen = screen, aspect = aspect, scpos = scpos, shade = shade, shade.colors = function...
2004 Dec 09
3
surf.ls
Hello, I am looking into description of surf.ls(spatial) and see under value $beta - the coefficients. When I use polynomial of degree 2 to fit surface I expect to get 4 coefficients: z = a_1 x^2 + a_2 xy + a_3 y^2 + a_4 What do beta really stand for and why do I get $beta vector of length 6? Thakns, Mark