nse_xyplot: 针对图形进行标准化处理

View source: R/31-nse.R

nse_xyplotR Documentation

针对图形进行标准化处理

Description

针对图形进行标准化处理

Usage

nse_xyplot(x, y, data, ...)

Arguments

x

第一个参数

y

第二个参数

data

数据庥

...

变量

Value

返回值

Examples

nse_xyplot(mpg,cyl,mtcars)
nse_xyplot(mpg,hp,mtcars)
nse_xyplot(mpg,disp,mtcars,col="red",aspect="xy")
将原来写入的函数变成比较通用的方式,这是不错的处理方式

takewiki/tsdo documentation built on July 5, 2023, 10:57 p.m.