1 2 I'm trying to develop a multiplot heatmap.2 saved to a pdf. I'm having some success but the axis labels are getting chopped off. Subplot titles are also desirable but again the labels are getting chopped. Here's my reproducible code: library(gridExtra) library(grid) library(gridGraphics) library(gplots) Col = colorRampPalette(c("red","orange","yellow", "white")) grab_grob <- function() grid.echo() grid.grab() par(cex.main=0.1, mar = c(1,1,1,1) ) #data<-read.table("heatmap.input.matrix.data.txt") lmat = rbind(c(2,3),c(4,1),c(4,1)) lwid = c(2.5,4) lhei = c(0.5,4,3) labRowvec <- c(rep(NULL, dim(matrix(runif(1000, 1,10),ncol=50))[1])) labColvec <- c(rep(NULL, dim(matrix(runif(1000, 1,10),ncol=50))[2])) gl <- lapply(1:12, function(i) heatmap.2(matrix(runif(1000, 1,10),ncol=50), dendrogram = "none",offsetRow=-0.5, offsetCol=-1,srtCol=0, density="density", lmat =lmat,lhei = l
(function() {
var items = ['id': '6771682256492793974', 'body': 'wow, I just simply used AddThis button and donx26#39;t care much about those social networks.x3cbr /x3ex3cbr /x3eseems I need to give it more attention.', 'timestamp': '1352100774409', 'permalink': 'https://www.mybloggertricks.com/2011/07/which-social-networking-buttons-should.html?showCommentx3d1352100774409#c6771682256492793974', 'author': 'name': 'Kevin Yonathan', 'avatarUrl': '//lh5.googleusercontent.com/-H2eQW4K98oc/AAAAAAAAAAI/AAAAAAAAAaU/LChOo1k0uYU/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/15614006693238426278', 'displayTime': 'Nov 5, 2012, 12:32:00 PM', 'deleteclass': 'item-control blog-admin pid-369522326', 'id': '7287234441181806882', 'body': 'thanks for tips,,,,', 'timestamp': '1352665541907', 'permalink': 'https://www.mybloggertricks.com/2011/07/which-social-networking-buttons-should.html?showCommentx3d1352665541907#c7287234441181806882', 'author': 'name': 'Oky Cahyono', 'avatarUrl': '//lh3.googleusercontent.com/zFdxGE77vvD2w5xHy6jkVuElKv-U9_9qLkRYK8OnbDeJPtjSZ82UPq5w6hJ-SAx3ds35', 'profileUrl': 'https://www.blogger.com/profile/07362759333455863917', 'displayTime': 'Nov 12, 2012, 1:25:00 AM', 'deleteclass': 'item-control blog-admin pid-2128309775', 'id': '789721193696669724', 'body': 'It is always important to find out which social platform suits which type of business. It splits the experienced marketer to marketers who think they know.', 'timestamp': '1456316468083', 'permalink': 'https://www.mybloggertricks.com/2011/07/which-social-networking-buttons-should.html?showCommentx3d1456316468083#c789721193696669724', 'author': 'name': 'Anonymous', 'avatarUrl': '//img1.blogblog.com/img/blank.gif', 'profileUrl': '', 'displayTime': 'Feb 24, 2016, 5:21:00 PM', 'deleteclass': 'item-control blog-admin pid-96514798'];
var msgs = 'loadMore': 'Load more...', 'loading': 'Loading...', 'loaded': 'No more!', 'addComment': 'Add comment', 'reply': 'Reply', 'delete': 'Delete';
var config = 'blogId': '8193278726666811965', 'postId': '5181280383835243087', 'feed': 'https://www.mybloggertricks.com/feeds/5181280383835243087/comments/default', 'authorName': 'M. Mustafa Ahmedzai', 'authorUrl': 'https://www.blogger.com/profile/11681339458447132019', 'baseUri': 'https://www.blogger.com', 'maxThreadDepth': 2;
// 0)
cursor = parseInt(items[items.length - 1].timestamp) + 1;
var bodyFromEntry = function(entry)
if (entry.gd$extendedProperty)
for (var k in entry.gd$extendedProperty)
if (entry.gd$extendedProperty[k].name == 'blogger.contentRemoved')
return '' + entry.content.$t + '';
return entry.content.$t;
var parse = function(data)
cursor = null;
var comments = ;
if (data && data.feed && data.feed.entry)
for (var i = 0, entry; entry = data.feed.entry[i]; i++)
var comment = ;
// comment ID, parsed out of the original id format
var id = /blog-(d+).post-(d+)/.exec(entry.id.$t);
comment.id = id ? id[2] : null;
comment.body = bodyFromEntry(entry);
comment.timestamp = Date.parse(entry.published.$t) + '';
if (entry.author && entry.author.constructor === Array)
var auth = entry.author[0];
if (auth)
comment.author =
name: (auth.name ? auth.name.$t : undefined),
profileUrl: (auth.uri ? auth.uri.$t : undefined),
avatarUrl: (auth.gd$image ? auth.gd$image.src : undefined)
;
if (entry.link)
if (entry.link[2])
comment.link = comment.permalink = entry.link[2].href;
if (entry.link[3])
var pid = /.*comments/default/(d+)?.*/.exec(entry.link[3].href);
if (pid && pid[1])
comment.parentId = pid[1];
comment.deleteclass = 'item-control blog-admin';
if (entry.gd$extendedProperty)
for (var k in entry.gd$extendedProperty)
if (entry.gd$extendedProperty[k].name == 'blogger.itemClass')
comment.deleteclass += ' ' + entry.gd$extendedProperty[k].value;
else if (entry.gd$extendedProperty[k].name == 'blogger.displayTime')
comment.displayTime = entry.gd$extendedProperty[k].value;
comments.push(comment);
return comments;
;
var paginator = function(callback) {
if (hasMore()) {
var url = config.feed + '?alt=json&v=2&orderby=published&reverse=false&max-results=50';
if (cursor)
url += '&published-min=' + new Date(cursor).toISOString();
window.bloggercomments = function(data) {
var parsed = parse(data);
cursor = parsed.length
Kevin YonathanNov 5, 2012, 12:32:00 PM
wow, I just simply used AddThis button and don't care much about those social networks.
seems I need to give it more attention.
ReplyDelete
Oky CahyonoNov 12, 2012, 1:25:00 AM
thanks for tips,,,,
ReplyDelete
AnonymousFeb 24, 2016, 5:21:00 PM
It is always important to find out which social platform suits which type of business. It splits the experienced marketer to marketers who think they know.
ReplyDelete