plot: X-Y Plotting Function

Description Usage Arguments Details Value Author(s) Examples

Description

Generic function for plotting R objects

Usage

1
tamahagane.plot(x, y, title="", xLabel="", yLabel="")

Arguments

x

x coordinates of points in the plot.

y

y coordinates of points in the plot.

title

x coordinates of points in the plot.

xLabel

A title for x-axis.

yLabel

A title for y-axis.

Details

This function takes five parameters.Atleast one of (x, y) them is required to run this function. Other parameters are optional you can also assign them values for better understanding of plotting.

Value

This function plots the graph on the basis of given attributes.

Author(s)

Farhan Mubasher (xululabs)

Examples

1
2
3
tamahagane.plot(cars$sapeed, cars$distance, title="My Graph", xLabel="Speed", yLabel="Distance")

tamahagane.plot(cars$speed)

farhanmubasher/tamahagane documentation built on May 16, 2019, 10:09 a.m.