CreateHeatMap: Plot For HeatMap Generation Allows full control over many...

Description Usage Arguments Value

Description

Function that uses ggplot to create the basic geom_point with given demensions (default 1024 for Insurgency) with theme_nothing() from cowplot.

Usage

1
2
CreateHeatMap(dataset, X = dataset[, 2], Y = dataset[, 3], xpixel = 1024,
  ypixel = 1024, Map, string, alphalev = 1)

Arguments

dataset

The data set being used for graphic

X

The column X is being stored

Y

The column Y is being stored

xpixel

The size of x background image in pixels that is being used. Defaults to 1024.

ypixel

The size of y background image in pixels that is being used. Defaults to 1024.

Map

gives the map name which is used to grab the correct image file from the enviroment. Use case sensative name of raster image. IE if image name is imarket type in "imarket" and not "Imarket" or "iMarket"

string

is the title you wish to see at the top left of the image.

alphalev

this is the value you wish to set the color alpha levels.

Value

The return object is the plot created by ggplot.


KCIV/VGheatmap documentation built on May 8, 2019, 4:44 p.m.