size<- {gWidgetsWWW2} | R Documentation |
Set size property, if implemented
assignment method for size
size(x, ...) <- value ## S3 replacement method for class 'GComponent' size(x, ...) <- value
x |
widget |
... |
passed on |
value |
size specification, for most widgets a pair c(width, height), but can have exceptions |