bertin(x, colors = c("white", "black"), showvalues = TRUE, xlim = c(0.2, 0.8), ylim = c(0, 0.6), margins = c(0, 1, 1), cex.elements = 0.7, cex.constructs = 0.7, cex.text = 0.6, col.text = NA, border = "white", lheight = 0.75, id = c(T, T), cc = 0, cr = 0, cc.old = 0, cr.old = 0, col.mark.fill = "#FCF5A4", print = TRUE, ...)
repgrid
object.c("white", "black")
).c(.2, .8)
).c(.0, .6)
).margins=c(0,1,1)
).
1st element denotes the left, 2nd the upper and 3rd the
right margin in npc coordinates (i.e. 0 to zero)..7
)..7
)..7
).NA
). By default
the color of the text is chosen according to the
background color. If the background ist bright the text
will be black and vice versa. When a color is specified
the color is set independetn of background.white
).c(T,T)
)."#FCF5A4"
).FALSE
only current and old
row and column are printed.bertinBase
.NULL
just for the side effects, i.e. printing.
Dick, M. (2000). The Use of Narrative Grid Interviews in Psychological Mobility Research. Forum Qualitative Sozialforschung / Forum: Qualitative Social Research, 1(2).
Raeithel, A. (1998). Kooperative Modellproduktion von Professionellen und Klienten - erlauetert am Beispiel des Repertory Grid. Selbstorganisation, Kooperation, Zeichenprozess: Arbeiten zu einer kulturwissenschaftlichen, anwendungsbezogenen Psychologie (pp. 209-254). Opladen: Westdeutscher Verlag.
## Not run:
#
# bertin(feixas2004)
# bertin(feixas2004, c("white", "darkblue"))
# bertin(feixas2004, showvalues=F)
# bertin(feixas2004, border="grey")
# bertin(feixas2004, cex.text=.9)
# bertin(feixas2004, id=c(F, F))
#
# bertin(feixas2004, cc=3, cr=4)
# bertin(feixas2004, cc=3, cr=4, col.mark.fill="#e6e6e6")
# ## End(Not run)
Run the code above in your browser using DataLab