plotdf: Plot data frames

View source: R/plotdf.R

plotdfR Documentation

Plot data frames

Description

plotdf creates standardized plots for easy data frames visualizations.

Usage

plotdf(formula, data)

Arguments

formula

a generic formula.

data

a data frame.

Examples

library(sf)
dados <- st_drop_geometry(centro_2015)
plotdf(valor ~ ., dados)
plotdf(log(valor) ~ ., dados)
plotdf(log(valor) ~ area_total + quartos + suites + garagens +
log(dist_b_mar) + padrao , dados)

lfpdroubi/appraiseR documentation built on April 14, 2024, 10:27 p.m.