Hi all: Having browsed Rinternals.h, it's a little unclear to me how to get attributes that aren't in the "Symbol Table Shortcuts" section of that file. In particular, I would like to extract the attribute "scaled:center" from a SEXP. Thanks [[alternative HTML version deleted]]
On 11-08-11 5:46 PM, Wei Hao wrote:> Hi all: > > Having browsed Rinternals.h, it's a little unclear to me how to get > attributes that aren't in the "Symbol Table Shortcuts" section of that > file. In particular, I would like to extract the attribute > "scaled:center" from a SEXP.This is an R-devel question. If the following isn't clear, followup there: use install("scaled:center"). Duncan Murdoch