CRset_window_size: Sets new dimensions for window.

View source: R/CRset_window_size.R

CRset_window_sizeR Documentation

Sets new dimensions for window.

Description

Sets new width and height for window, updates info in graphics-list. Width and height in graphics-list reflect actual rendering area.

Usage

graphics_list <- CRset_window_size(graphics_list, width, height, status = NULL)

Arguments

graphics_list

List containing pointers to window, renderer etc. created with CRopen.

width

New width of window.

height

New height of window.

status

Optional list status with elements value and message to retrieve warnings and error messages.

Value

Returns updated graphics-list.


lorweiuk/CREx documentation built on March 16, 2024, 3:04 a.m.