search for: gmode

Displaying 4 results from an estimated 4 matches for "gmode".

Did you mean: mode
2007 Sep 29
1
Visualization of two-mode matrix/ networks/ graphs
...tation gives the following example "vertex.col=2+(network.vertex.names(nflo)=="Medici"" which is not a problem, but how to use the former solution via vector? The command "gplot" out of the sna-package should have incorporated a way of considering two-mode matrix via gmode=="twomode" (see help for gplot), but then one has to work with graphs and will loose (so far I have caught it) information which is stored in the class of network. For example, take the following adjacency matrix, where 1-6 (rows) is the first set of entities and 7-9 (cols) the second:...
1997 May 11
2
R-alpha: Logarithmic scales
...FixupCol(GetPar("border", args))); nborder = LENGTH(border); PROTECT(lty = FixupLty(GetPar("lty", args))); nlty = length(lty); xl = REAL(sxl); xr = REAL(sxr); yb = REAL(syb); ys = REAL(sys); ltysave = GP->lty; colsave = GP->col; GMode(1); for (i = 0; i < n; i++) { if (FINITE(xt(xl[i%nxl])) && FINITE(yt(yb[i%nyb])) && FINITE(xt(xr[i%nxr])) && FINITE(yt(ys[i%nys]))) GRect(XMAP(xt(xl[i % nxl])), YMAP(yt(yb[i % nyb])), XMAP(xt(xr[i % nxr])), YMA...
2007 Nov 30
1
Boxplots illustrating the fixed effects in a lme object
..., I posted a similar question recently but I suspect that it was not well enough formulated to trigger any answers. So I try again: Is there a way to produce boxplots (or something similar) that uses the estimated fixed effects of an lme{nlme} object? When I want to know the mean, I use estimable{gmodels} together with an appropriate matrix. I did look for a similar tool to estimable in gplots but did not find any. As nearly everything is possible to do in R, the reason I did not get any respons ought to be that the question is too trivial. So, please give me a hint of how to proceed. Cheers /C...
2000 Jan 17
1
lwd patches for "contour"
...rgs), dd->gp.lwd)); ! nlwd = length(lwd); if (nx < 2 || ny < 2) errorcall(call, "insufficient x or y values"); *************** *** 507,512 **** --- 509,515 ---- ltysave = dd->gp.lty; colsave = dd->gp.col; + lwdsave = dd->gp.lwd; GMode(1, dd); for (i = 0; i < nc; i++) { vmax = vmaxget(); *************** *** 516,521 **** --- 519,527 ---- dd->gp.col = INTEGER(col)[i % ncol]; if (dd->gp.col == NA_INTEGER) dd->gp.col = colsave; + dd->gp.lwd = REAL(lwd)[i % nlwd]; + if (dd->gp.lwd == NA_REAL)...